Html Css Color HEX #C2447A Royal Heath

📋 copy color: '#C2447A'

red 194 ◦ green 68 ◦ blue 122

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

Shades of Royal Heath #C2447A

Tints of Royal Heath #C2447A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.77%

R = 50.52%
G = 17.71%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2447A (or 0xC2447A) is known color: Royal Heath. HEX triplet: C2, 44 and 7A. RGB value is (194,68,122). Sum of RGB (Red+Green+Blue) = 194+68+122=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2447A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2447A is #3DBB85. Grayscale: #6F6F6F. Windows color (decimal): -4045702 or 8012994. OLE color: 8012994.

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

Color convert

RGB 194 68 122 -
CMYK 0 0.65 0.37 0.24
HSL 334.29º 0.51% 0.51% -
HSV(B) 334.29º 0.65% 0.76% -
XYZ 27.83 17.01 20.23 -
YUV 111.83 133.74 186.61 -
System Red Green Blue C M Y K H S L
Decimal 194 68 122 0 0.65 0.37 0.24 334.29 0.51 0.51
Hex C2 44 7A 0 41 25 18 14E 33 33
Octal 302 104 172 0 101 45 30 516 63 63
Binary 11000010 1000100 1111010 0 1000001 100101 11000 101001110 110011 110011

Color Harmonies of #C2447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2447A

Black with #C2447A

Text Example


Text Example

White with #C2447A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2447A; }

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

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

background-color css

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

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

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

border-color css

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

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

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