Html Css Color HEX #C2426D Royal Heath

📋 copy color: '#C2426D'

red 194 ◦ green 66 ◦ blue 109

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

Shades of Royal Heath #C2426D

Tints of Royal Heath #C2426D

RGB

 RED value IS 194 (76.17% from 255) = 52.57%

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

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

R = 52.57%
G = 17.89%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2426D (or 0xC2426D) is known color: Royal Heath. HEX triplet: C2, 42 and 6D. RGB value is (194,66,109). Sum of RGB (Red+Green+Blue) = 194+66+109=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2426D is #3DBD92. Grayscale: #6D6D6D. Windows color (decimal): -4046227 or 7160514. OLE color: 7160514.

HSL color Cylindrical-coordinate representation of color #C2426D: hue angle of 339.84º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2426D is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 66 109 -
CMYK 0 0.66 0.44 0.24
HSL 339.84º 0.51% 0.51% -
HSV(B) 339.84º 0.66% 0.76% -
XYZ 26.96 16.47 16.23 -
YUV 109.17 127.91 188.5 -
System Red Green Blue C M Y K H S L
Decimal 194 66 109 0 0.66 0.44 0.24 339.84 0.51 0.51
Hex C2 42 6D 0 42 2C 18 154 33 33
Octal 302 102 155 0 102 54 30 524 63 63
Binary 11000010 1000010 1101101 0 1000010 101100 11000 101010100 110011 110011

Color Harmonies of #C2426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2426D

Black with #C2426D

Text Example


Text Example

White with #C2426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2426D; }

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

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

background-color css

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

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

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

border-color css

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

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

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