Html Css Color HEX #C44273 Royal Heath

📋 copy color: '#C44273'

red 196 ◦ green 66 ◦ blue 115

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

Shades of Royal Heath #C44273

Tints of Royal Heath #C44273

RGB

 RED value IS 196 (76.95% from 255) = 51.99%

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

 BLUE value IS 115 (45.31% from 255) = 30.5%

R = 51.99%
G = 17.51%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C44273 (or 0xC44273) is known color: Royal Heath. HEX triplet: C4, 42 and 73. RGB value is (196,66,115). Sum of RGB (Red+Green+Blue) = 196+66+115=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C44273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44273 is #3BBD8C. Grayscale: #6E6E6E. Windows color (decimal): -3915149 or 7553732. OLE color: 7553732.

HSL color Cylindrical-coordinate representation of color #C44273: hue angle of 337.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44273 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 115 -
CMYK 0 0.66 0.41 0.23
HSL 337.38º 0.52% 0.51% -
HSV(B) 337.38º 0.66% 0.77% -
XYZ 27.81 16.87 18.01 -
YUV 110.46 130.57 189.02 -
System Red Green Blue C M Y K H S L
Decimal 196 66 115 0 0.66 0.41 0.23 337.38 0.52 0.51
Hex C4 42 73 0 42 29 17 151 34 33
Octal 304 102 163 0 102 51 27 521 64 63
Binary 11000100 1000010 1110011 0 1000010 101001 10111 101010001 110100 110011

Color Harmonies of #C44273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44273

Black with #C44273

Text Example


Text Example

White with #C44273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44273; }

 p { color: rgb(196,66,115); }

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

background-color css

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

 a { background-color: rgb(196,66,115); }

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

border-color css

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

 span { border-color: rgb(196,66,115); }

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