Html Css Color HEX #C04074 Royal Heath

📋 copy color: '#C04074'

red 192 ◦ green 64 ◦ blue 116

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

Shades of Royal Heath #C04074

Tints of Royal Heath #C04074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.2%

 BLUE value IS 116 (45.7% from 255) = 31.18%

R = 51.61%
G = 17.2%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C04074 (or 0xC04074) is known color: Royal Heath. HEX triplet: C0, 40 and 74. RGB value is (192,64,116). Sum of RGB (Red+Green+Blue) = 192+64+116=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C04074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04074 is #3FBF8B. Grayscale: #6C6C6C. Windows color (decimal): -4177804 or 7618752. OLE color: 7618752.

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

Color convert

RGB 192 64 116 -
CMYK 0 0.67 0.40 0.25
HSL 335.63º 0.5% 0.5% -
HSV(B) 335.63º 0.67% 0.75% -
XYZ 26.72 16.13 18.23 -
YUV 108.2 132.41 187.77 -
System Red Green Blue C M Y K H S L
Decimal 192 64 116 0 0.67 0.40 0.25 335.63 0.5 0.5
Hex C0 40 74 0 43 28 19 150 32 32
Octal 300 100 164 0 103 50 31 520 62 62
Binary 11000000 1000000 1110100 0 1000011 101000 11001 101010000 110010 110010

Color Harmonies of #C04074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04074

Black with #C04074

Text Example


Text Example

White with #C04074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04074; }

 p { color: rgb(192,64,116); }

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

background-color css

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

 a { background-color: rgb(192,64,116); }

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

border-color css

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

 span { border-color: rgb(192,64,116); }

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