#C04667

Color #C04667 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #C04667

Tints of Blush #C04667

Color information

#C04667 (or 0xC04667) is unknown color: approx Blush. HEX triplet: C0, 46 and 67. RGB value is (192,70,103). Sum of RGB (Red+Green+Blue) = 192+70+103=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C04667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04667 is #3FB998. Grayscale: #6E6E6E. Windows color (decimal): -4176281 or 6768320. OLE color: 6768320.

HSL color Cylindrical-coordinate representation of color #C04667: hue angle of 343.77º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04667 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB19270103-
CMYK00.640.460.25
HSL343.77º49.19%51.37%-
HSV(B)343.77º63.54%75.29%-
XYZ26.3816.5714.64-
YUV110.24123.92186.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 52.60%
GREEN value IS 70 (27.73% from 255) = 19.18%
BLUE value IS 103 (40.62% from 255) = 28.22%
R=52.60%
G=19.18%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927010300.640.460.25343.7749.1951.37
HexC046670402E191583133
Octal300106147010056315306163
Binary11000000100011011001110100000010111011001101011000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04667; }

 p { color: rgb(192,70,103); }

 H1.HeaderClassName
 {
   color: #C04667;
 }
 .AnyTagClassName
 {
   color: #C04667;
 }
</style>
background-color css

<style>
 a { background-color: #C04667; }

 a { background-color: rgb(192,70,103); }

 div.DivClassName
 {
   background-color: #C04667;
 }
 .BgClassName
 {
   background-color: #C04667;
 }
</style>
border-color css

<style>
 span { border-color: #C04667; }

 span { border-color: rgb(192,70,103); }

 td.TdClassName
 {
   border-color: #C04667;
 }
 .TagClassName
 {
   border-color: #C04667;
 }
</style>