Html Css Color HEX #C44175 Royal Heath

📋 copy color: '#C44175'

red 196 ◦ green 65 ◦ blue 117

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

Shades of Royal Heath #C44175

Tints of Royal Heath #C44175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.2%

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

R = 51.85%
G = 17.2%
B = 30.95%

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

#C44175 (or 0xC44175) is known color: Royal Heath. HEX triplet: C4, 41 and 75. RGB value is (196,65,117). Sum of RGB (Red+Green+Blue) = 196+65+117=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C44175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44175 is #3BBE8A. Grayscale: #6E6E6E. Windows color (decimal): -3915403 or 7684548. OLE color: 7684548.

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

Color convert

RGB 196 65 117 -
CMYK 0 0.67 0.40 0.23
HSL 336.18º 0.53% 0.51% -
HSV(B) 336.18º 0.67% 0.77% -
XYZ 27.87 16.8 18.6 -
YUV 110.1 131.9 189.27 -
System Red Green Blue C M Y K H S L
Decimal 196 65 117 0 0.67 0.40 0.23 336.18 0.53 0.51
Hex C4 41 75 0 43 28 17 150 35 33
Octal 304 101 165 0 103 50 27 520 65 63
Binary 11000100 1000001 1110101 0 1000011 101000 10111 101010000 110101 110011

Color Harmonies of #C44175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44175

Black with #C44175

Text Example


Text Example

White with #C44175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44175; }

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

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

background-color css

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

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

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

border-color css

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

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

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