Html Css Color HEX #C2446D Royal Heath

📋 copy color: '#C2446D'

red 194 ◦ green 68 ◦ blue 109

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

Shades of Royal Heath #C2446D

Tints of Royal Heath #C2446D

RGB

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

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

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

R = 52.29%
G = 18.33%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2446D (or 0xC2446D) is known color: Royal Heath. HEX triplet: C2, 44 and 6D. RGB value is (194,68,109). Sum of RGB (Red+Green+Blue) = 194+68+109=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2446D is #3DBB92. Grayscale: #6E6E6E. Windows color (decimal): -4045715 or 7161026. OLE color: 7161026.

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

Color convert

RGB 194 68 109 -
CMYK 0 0.65 0.44 0.24
HSL 340.48º 0.51% 0.51% -
HSV(B) 340.48º 0.65% 0.76% -
XYZ 27.08 16.71 16.27 -
YUV 110.35 127.24 187.67 -
System Red Green Blue C M Y K H S L
Decimal 194 68 109 0 0.65 0.44 0.24 340.48 0.51 0.51
Hex C2 44 6D 0 41 2C 18 154 33 33
Octal 302 104 155 0 101 54 30 524 63 63
Binary 11000010 1000100 1101101 0 1000001 101100 11000 101010100 110011 110011

Color Harmonies of #C2446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2446D

Black with #C2446D

Text Example


Text Example

White with #C2446D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2446D; }

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

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

background-color css

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

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

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

border-color css

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

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

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