Html Css Color HEX #C45570 Cabaret

📋 copy color: '#C45570'

red 196 ◦ green 85 ◦ blue 112

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

Shades of Cabaret #C45570

Tints of Cabaret #C45570

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.63%

 BLUE value IS 112 (44.14% from 255) = 28.5%

R = 49.87%
G = 21.63%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C45570 (or 0xC45570) is known color: Cabaret. HEX triplet: C4, 55 and 70. RGB value is (196,85,112). Sum of RGB (Red+Green+Blue) = 196+85+112=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C45570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45570 is #3BAA8F. Grayscale: #797979. Windows color (decimal): -3910288 or 7361988. OLE color: 7361988.

HSL color Cylindrical-coordinate representation of color #C45570: hue angle of 345.41º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C45570 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 85 112 -
CMYK 0 0.57 0.43 0.23
HSL 345.41º 0.48% 0.55% -
HSV(B) 345.41º 0.57% 0.77% -
XYZ 28.94 19.4 17.55 -
YUV 121.27 122.77 181.3 -
System Red Green Blue C M Y K H S L
Decimal 196 85 112 0 0.57 0.43 0.23 345.41 0.48 0.55
Hex C4 55 70 0 39 2B 17 159 30 37
Octal 304 125 160 0 71 53 27 531 60 67
Binary 11000100 1010101 1110000 0 111001 101011 10111 101011001 110000 110111

Color Harmonies of #C45570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45570

Black with #C45570

Text Example


Text Example

White with #C45570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45570; }

 p { color: rgb(196,85,112); }

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

background-color css

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

 a { background-color: rgb(196,85,112); }

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

border-color css

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

 span { border-color: rgb(196,85,112); }

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