Html Css Color HEX #C44375 Royal Heath

📋 copy color: '#C44375'

red 196 ◦ green 67 ◦ blue 117

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

Shades of Royal Heath #C44375

Tints of Royal Heath #C44375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.63%

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

R = 51.58%
G = 17.63%
B = 30.79%

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

#C44375 (or 0xC44375) is known color: Royal Heath. HEX triplet: C4, 43 and 75. RGB value is (196,67,117). Sum of RGB (Red+Green+Blue) = 196+67+117=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C44375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44375 is #3BBC8A. Grayscale: #6F6F6F. Windows color (decimal): -3914891 or 7685060. OLE color: 7685060.

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

Color convert

RGB 196 67 117 -
CMYK 0 0.66 0.40 0.23
HSL 336.74º 0.52% 0.52% -
HSV(B) 336.74º 0.66% 0.77% -
XYZ 27.98 17.03 18.64 -
YUV 111.27 131.24 188.43 -
System Red Green Blue C M Y K H S L
Decimal 196 67 117 0 0.66 0.40 0.23 336.74 0.52 0.52
Hex C4 43 75 0 42 28 17 151 34 34
Octal 304 103 165 0 102 50 27 521 64 64
Binary 11000100 1000011 1110101 0 1000010 101000 10111 101010001 110100 110100

Color Harmonies of #C44375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44375

Black with #C44375

Text Example


Text Example

White with #C44375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44375; }

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

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

background-color css

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

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

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

border-color css

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

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

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