Html Css Color HEX #C04278 Royal Heath

📋 copy color: '#C04278'

red 192 ◦ green 66 ◦ blue 120

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

Shades of Royal Heath #C04278

Tints of Royal Heath #C04278

RGB

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

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

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

R = 50.79%
G = 17.46%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C04278 (or 0xC04278) is known color: Royal Heath. HEX triplet: C0, 42 and 78. RGB value is (192,66,120). Sum of RGB (Red+Green+Blue) = 192+66+120=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C04278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04278 is #3FBD87. Grayscale: #6D6D6D. Windows color (decimal): -4177288 or 7881408. OLE color: 7881408.

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

Color convert

RGB 192 66 120 -
CMYK 0 0.66 0.38 0.25
HSL 334.29º 0.5% 0.51% -
HSV(B) 334.29º 0.66% 0.75% -
XYZ 27.08 16.46 19.52 -
YUV 109.83 133.74 186.61 -
System Red Green Blue C M Y K H S L
Decimal 192 66 120 0 0.66 0.38 0.25 334.29 0.5 0.51
Hex C0 42 78 0 42 26 19 14E 32 33
Octal 300 102 170 0 102 46 31 516 62 63
Binary 11000000 1000010 1111000 0 1000010 100110 11001 101001110 110010 110011

Color Harmonies of #C04278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04278

Black with #C04278

Text Example


Text Example

White with #C04278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04278; }

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

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

background-color css

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

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

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

border-color css

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

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

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