Html Css Color HEX #C44A75 Royal Heath

📋 copy color: '#C44A75'

red 196 ◦ green 74 ◦ blue 117

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

Shades of Royal Heath #C44A75

Tints of Royal Heath #C44A75

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.12%

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

R = 50.65%
G = 19.12%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C44A75 (or 0xC44A75) is known color: Royal Heath. HEX triplet: C4, 4A and 75. RGB value is (196,74,117). Sum of RGB (Red+Green+Blue) = 196+74+117=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44A75 is #3BB58A. Grayscale: #737373. Windows color (decimal): -3913099 or 7686852. OLE color: 7686852.

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

Color convert

RGB 196 74 117 -
CMYK 0 0.62 0.40 0.23
HSL 338.85º 0.51% 0.53% -
HSV(B) 338.85º 0.62% 0.77% -
XYZ 28.42 17.92 18.79 -
YUV 115.38 128.92 185.5 -
System Red Green Blue C M Y K H S L
Decimal 196 74 117 0 0.62 0.40 0.23 338.85 0.51 0.53
Hex C4 4A 75 0 3E 28 17 153 33 35
Octal 304 112 165 0 76 50 27 523 63 65
Binary 11000100 1001010 1110101 0 111110 101000 10111 101010011 110011 110101

Color Harmonies of #C44A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44A75

Black with #C44A75

Text Example


Text Example

White with #C44A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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