Html Css Color HEX #C44275 Royal Heath

📋 copy color: '#C44275'

red 196 ◦ green 66 ◦ blue 117

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

Shades of Royal Heath #C44275

Tints of Royal Heath #C44275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.87%

R = 51.72%
G = 17.41%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C44275 (or 0xC44275) is known color: Royal Heath. HEX triplet: C4, 42 and 75. RGB value is (196,66,117). Sum of RGB (Red+Green+Blue) = 196+66+117=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C44275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44275 is #3BBD8A. Grayscale: #6E6E6E. Windows color (decimal): -3915147 or 7684804. OLE color: 7684804.

HSL color Cylindrical-coordinate representation of color #C44275: hue angle of 336.46º 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 #C44275 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 117 -
CMYK 0 0.66 0.40 0.23
HSL 336.46º 0.52% 0.51% -
HSV(B) 336.46º 0.66% 0.77% -
XYZ 27.92 16.92 18.62 -
YUV 110.68 131.57 188.85 -
System Red Green Blue C M Y K H S L
Decimal 196 66 117 0 0.66 0.40 0.23 336.46 0.52 0.51
Hex C4 42 75 0 42 28 17 150 34 33
Octal 304 102 165 0 102 50 27 520 64 63
Binary 11000100 1000010 1110101 0 1000010 101000 10111 101010000 110100 110011

Color Harmonies of #C44275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44275

Black with #C44275

Text Example


Text Example

White with #C44275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44275; }

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

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

background-color css

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

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

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

border-color css

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

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

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