Html Css Color HEX #C04078 Royal Heath

📋 copy color: '#C04078'

red 192 ◦ green 64 ◦ blue 120

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

Shades of Royal Heath #C04078

Tints of Royal Heath #C04078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.91%

R = 51.06%
G = 17.02%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C04078 (or 0xC04078) is known color: Royal Heath. HEX triplet: C0, 40 and 78. RGB value is (192,64,120). Sum of RGB (Red+Green+Blue) = 192+64+120=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C04078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04078 is #3FBF87. Grayscale: #6C6C6C. Windows color (decimal): -4177800 or 7880896. OLE color: 7880896.

HSL color Cylindrical-coordinate representation of color #C04078: hue angle of 333.75º 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 #C04078 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 64 120 -
CMYK 0 0.67 0.38 0.25
HSL 333.75º 0.5% 0.5% -
HSV(B) 333.75º 0.67% 0.75% -
XYZ 26.96 16.23 19.48 -
YUV 108.66 134.41 187.45 -
System Red Green Blue C M Y K H S L
Decimal 192 64 120 0 0.67 0.38 0.25 333.75 0.5 0.5
Hex C0 40 78 0 43 26 19 14E 32 32
Octal 300 100 170 0 103 46 31 516 62 62
Binary 11000000 1000000 1111000 0 1000011 100110 11001 101001110 110010 110010

Color Harmonies of #C04078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04078

Black with #C04078

Text Example


Text Example

White with #C04078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04078; }

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

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

background-color css

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

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

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

border-color css

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

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

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