Html Css Color HEX #C2446E Royal Heath

📋 copy color: '#C2446E'

red 194 ◦ green 68 ◦ blue 110

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

Shades of Royal Heath #C2446E

Tints of Royal Heath #C2446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.28%

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

R = 52.15%
G = 18.28%
B = 29.57%

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

#C2446E (or 0xC2446E) is known color: Royal Heath. HEX triplet: C2, 44 and 6E. RGB value is (194,68,110). Sum of RGB (Red+Green+Blue) = 194+68+110=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2446E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2446E is #3DBB91. Grayscale: #6E6E6E. Windows color (decimal): -4045714 or 7226562. OLE color: 7226562.

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

Color convert

RGB 194 68 110 -
CMYK 0 0.65 0.43 0.24
HSL 340º 0.51% 0.51% -
HSV(B) 340º 0.65% 0.76% -
XYZ 27.13 16.73 16.55 -
YUV 110.46 127.74 187.58 -
System Red Green Blue C M Y K H S L
Decimal 194 68 110 0 0.65 0.43 0.24 340 0.51 0.51
Hex C2 44 6E 0 41 2B 18 154 33 33
Octal 302 104 156 0 101 53 30 524 63 63
Binary 11000010 1000100 1101110 0 1000001 101011 11000 101010100 110011 110011

Color Harmonies of #C2446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2446E

Black with #C2446E

Text Example


Text Example

White with #C2446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2446E; }

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

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

background-color css

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

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

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

border-color css

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

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

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