Html Css Color HEX #C0426D Royal Heath

📋 copy color: '#C0426D'

red 192 ◦ green 66 ◦ blue 109

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

Shades of Royal Heath #C0426D

Tints of Royal Heath #C0426D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.7%

R = 52.32%
G = 17.98%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0426D (or 0xC0426D) is known color: Royal Heath. HEX triplet: C0, 42 and 6D. RGB value is (192,66,109). Sum of RGB (Red+Green+Blue) = 192+66+109=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0426D is #3FBD92. Grayscale: #6C6C6C. Windows color (decimal): -4177299 or 7160512. OLE color: 7160512.

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

Color convert

RGB 192 66 109 -
CMYK 0 0.66 0.43 0.25
HSL 339.52º 0.5% 0.51% -
HSV(B) 339.52º 0.66% 0.75% -
XYZ 26.45 16.21 16.2 -
YUV 108.58 128.24 187.5 -
System Red Green Blue C M Y K H S L
Decimal 192 66 109 0 0.66 0.43 0.25 339.52 0.5 0.51
Hex C0 42 6D 0 42 2B 19 154 32 33
Octal 300 102 155 0 102 53 31 524 62 63
Binary 11000000 1000010 1101101 0 1000010 101011 11001 101010100 110010 110011

Color Harmonies of #C0426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0426D

Black with #C0426D

Text Example


Text Example

White with #C0426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0426D; }

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

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

background-color css

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

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

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

border-color css

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

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

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