Html Css Color HEX #C0426A Royal Heath

📋 copy color: '#C0426A'

red 192 ◦ green 66 ◦ blue 106

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

Shades of Royal Heath #C0426A

Tints of Royal Heath #C0426A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.12%

R = 52.75%
G = 18.13%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0426A (or 0xC0426A) is known color: Royal Heath. HEX triplet: C0, 42 and 6A. RGB value is (192,66,106). Sum of RGB (Red+Green+Blue) = 192+66+106=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C0426A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0426A is #3FBD95. Grayscale: #6C6C6C. Windows color (decimal): -4177302 or 6963904. OLE color: 6963904.

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

Color convert

RGB 192 66 106 -
CMYK 0 0.66 0.45 0.25
HSL 340.95º 0.5% 0.51% -
HSV(B) 340.95º 0.66% 0.75% -
XYZ 26.29 16.14 15.37 -
YUV 108.23 126.74 187.75 -
System Red Green Blue C M Y K H S L
Decimal 192 66 106 0 0.66 0.45 0.25 340.95 0.5 0.51
Hex C0 42 6A 0 42 2D 19 155 32 33
Octal 300 102 152 0 102 55 31 525 62 63
Binary 11000000 1000010 1101010 0 1000010 101101 11001 101010101 110010 110011

Color Harmonies of #C0426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0426A

Black with #C0426A

Text Example


Text Example

White with #C0426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0426A; }

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

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

background-color css

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

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

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

border-color css

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

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

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