Html Css Color HEX #C04259 Hippie Pink

📋 copy color: '#C04259'

red 192 ◦ green 66 ◦ blue 89

#C04259
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #C04259

Tints of Hippie Pink #C04259

RGB

 RED value IS 192 (75.39% from 255) = 55.33%

 GREEN value IS 66 (26.17% from 255) = 19.02%

 BLUE value IS 89 (35.16% from 255) = 25.65%

R = 55.33%
G = 19.02%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C04259 (or 0xC04259) is known color: Hippie Pink. HEX triplet: C0, 42 and 59. RGB value is (192,66,89). Sum of RGB (Red+Green+Blue) = 192+66+89=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C04259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04259 is #3FBDA6. Grayscale: #6A6A6A. Windows color (decimal): -4177319 or 5849792. OLE color: 5849792.

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

Color convert

RGB 192 66 89 -
CMYK 0 0.66 0.54 0.25
HSL 349.05º 0.5% 0.51% -
HSV(B) 349.05º 0.66% 0.75% -
XYZ 25.49 15.82 11.16 -
YUV 106.3 118.24 189.13 -
System Red Green Blue C M Y K H S L
Decimal 192 66 89 0 0.66 0.54 0.25 349.05 0.5 0.51
Hex C0 42 59 0 42 36 19 15D 32 33
Octal 300 102 131 0 102 66 31 535 62 63
Binary 11000000 1000010 1011001 0 1000010 110110 11001 101011101 110010 110011

Color Harmonies of #C04259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04259

Black with #C04259

Text Example


Text Example

White with #C04259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04259; }

 p { color: rgb(192,66,89); }

 H1.HeaderClassName
 {
   color: #C04259;
 }
 .AnyTagClassName
 {
   color: #C04259;
 }
</style>

background-color css

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

 a { background-color: rgb(192,66,89); }

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

border-color css

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

 span { border-color: rgb(192,66,89); }

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