Html Css Color HEX #C44075 Royal Heath

📋 copy color: '#C44075'

red 196 ◦ green 64 ◦ blue 117

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

Shades of Royal Heath #C44075

Tints of Royal Heath #C44075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.98%

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

R = 51.99%
G = 16.98%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C44075 (or 0xC44075) is known color: Royal Heath. HEX triplet: C4, 40 and 75. RGB value is (196,64,117). Sum of RGB (Red+Green+Blue) = 196+64+117=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C44075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44075 is #3BBF8A. Grayscale: #6D6D6D. Windows color (decimal): -3915659 or 7684292. OLE color: 7684292.

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

Color convert

RGB 196 64 117 -
CMYK 0 0.67 0.40 0.23
HSL 335.91º 0.53% 0.51% -
HSV(B) 335.91º 0.67% 0.77% -
XYZ 27.81 16.69 18.58 -
YUV 109.51 132.23 189.69 -
System Red Green Blue C M Y K H S L
Decimal 196 64 117 0 0.67 0.40 0.23 335.91 0.53 0.51
Hex C4 40 75 0 43 28 17 150 35 33
Octal 304 100 165 0 103 50 27 520 65 63
Binary 11000100 1000000 1110101 0 1000011 101000 10111 101010000 110101 110011

Color Harmonies of #C44075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44075

Black with #C44075

Text Example


Text Example

White with #C44075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44075; }

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

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

background-color css

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

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

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

border-color css

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

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

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