Html Css Color HEX #C0426B Royal Heath

📋 copy color: '#C0426B'

red 192 ◦ green 66 ◦ blue 107

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

Shades of Royal Heath #C0426B

Tints of Royal Heath #C0426B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.32%

R = 52.6%
G = 18.08%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0426B (or 0xC0426B) is known color: Royal Heath. HEX triplet: C0, 42 and 6B. RGB value is (192,66,107). Sum of RGB (Red+Green+Blue) = 192+66+107=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0426B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0426B is #3FBD94. Grayscale: #6C6C6C. Windows color (decimal): -4177301 or 7029440. OLE color: 7029440.

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

Color convert

RGB 192 66 107 -
CMYK 0 0.66 0.44 0.25
HSL 340.48º 0.5% 0.51% -
HSV(B) 340.48º 0.66% 0.75% -
XYZ 26.34 16.16 15.64 -
YUV 108.35 127.24 187.67 -
System Red Green Blue C M Y K H S L
Decimal 192 66 107 0 0.66 0.44 0.25 340.48 0.5 0.51
Hex C0 42 6B 0 42 2C 19 154 32 33
Octal 300 102 153 0 102 54 31 524 62 63
Binary 11000000 1000010 1101011 0 1000010 101100 11001 101010100 110010 110011

Color Harmonies of #C0426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0426B

Black with #C0426B

Text Example


Text Example

White with #C0426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0426B; }

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

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

background-color css

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

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

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

border-color css

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

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

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