Html Css Color HEX #C04159 Hippie Pink

📋 copy color: '#C04159'

red 192 ◦ green 65 ◦ blue 89

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

Shades of Hippie Pink #C04159

Tints of Hippie Pink #C04159

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.79%

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

R = 55.49%
G = 18.79%
B = 25.72%

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

#C04159 (or 0xC04159) is known color: Hippie Pink. HEX triplet: C0, 41 and 59. RGB value is (192,65,89). Sum of RGB (Red+Green+Blue) = 192+65+89=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C04159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04159 is #3FBEA6. Grayscale: #696969. Windows color (decimal): -4177575 or 5849536. OLE color: 5849536.

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

Color convert

RGB 192 65 89 -
CMYK 0 0.66 0.54 0.25
HSL 348.66º 0.5% 0.5% -
HSV(B) 348.66º 0.66% 0.75% -
XYZ 25.43 15.71 11.14 -
YUV 105.71 118.58 189.55 -
System Red Green Blue C M Y K H S L
Decimal 192 65 89 0 0.66 0.54 0.25 348.66 0.5 0.5
Hex C0 41 59 0 42 36 19 15D 32 32
Octal 300 101 131 0 102 66 31 535 62 62
Binary 11000000 1000001 1011001 0 1000010 110110 11001 101011101 110010 110010

Color Harmonies of #C04159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04159

Black with #C04159

Text Example


Text Example

White with #C04159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04159; }

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

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

background-color css

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

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

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

border-color css

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

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

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