Html Css Color HEX #C0426F Royal Heath

📋 copy color: '#C0426F'

red 192 ◦ green 66 ◦ blue 111

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

Shades of Royal Heath #C0426F

Tints of Royal Heath #C0426F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.08%

R = 52.03%
G = 17.89%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0426F (or 0xC0426F) is known color: Royal Heath. HEX triplet: C0, 42 and 6F. RGB value is (192,66,111). Sum of RGB (Red+Green+Blue) = 192+66+111=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0426F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0426F is #3FBD90. Grayscale: #6C6C6C. Windows color (decimal): -4177297 or 7291584. OLE color: 7291584.

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

Color convert

RGB 192 66 111 -
CMYK 0 0.66 0.42 0.25
HSL 338.57º 0.5% 0.51% -
HSV(B) 338.57º 0.66% 0.75% -
XYZ 26.56 16.25 16.78 -
YUV 108.8 129.24 187.34 -
System Red Green Blue C M Y K H S L
Decimal 192 66 111 0 0.66 0.42 0.25 338.57 0.5 0.51
Hex C0 42 6F 0 42 2A 19 153 32 33
Octal 300 102 157 0 102 52 31 523 62 63
Binary 11000000 1000010 1101111 0 1000010 101010 11001 101010011 110010 110011

Color Harmonies of #C0426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0426F

Black with #C0426F

Text Example


Text Example

White with #C0426F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0426F; }

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

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

background-color css

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

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

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

border-color css

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

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

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