Html Css Color HEX #C2436E Royal Heath

📋 copy color: '#C2436E'

red 194 ◦ green 67 ◦ blue 110

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

Shades of Royal Heath #C2436E

Tints of Royal Heath #C2436E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.06%

 BLUE value IS 110 (43.36% from 255) = 29.65%

R = 52.29%
G = 18.06%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2436E (or 0xC2436E) is known color: Royal Heath. HEX triplet: C2, 43 and 6E. RGB value is (194,67,110). Sum of RGB (Red+Green+Blue) = 194+67+110=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2436E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2436E is #3DBC91. Grayscale: #6D6D6D. Windows color (decimal): -4045970 or 7226306. OLE color: 7226306.

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

Color convert

RGB 194 67 110 -
CMYK 0 0.65 0.43 0.24
HSL 339.69º 0.51% 0.51% -
HSV(B) 339.69º 0.65% 0.76% -
XYZ 27.07 16.61 16.53 -
YUV 109.88 128.08 188 -
System Red Green Blue C M Y K H S L
Decimal 194 67 110 0 0.65 0.43 0.24 339.69 0.51 0.51
Hex C2 43 6E 0 41 2B 18 154 33 33
Octal 302 103 156 0 101 53 30 524 63 63
Binary 11000010 1000011 1101110 0 1000001 101011 11000 101010100 110011 110011

Color Harmonies of #C2436E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2436E

Black with #C2436E

Text Example


Text Example

White with #C2436E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2436E; }

 p { color: rgb(194,67,110); }

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

background-color css

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

 a { background-color: rgb(194,67,110); }

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

border-color css

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

 span { border-color: rgb(194,67,110); }

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