Html Css Color HEX #C45770 Cabaret

📋 copy color: '#C45770'

red 196 ◦ green 87 ◦ blue 112

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

Shades of Cabaret #C45770

Tints of Cabaret #C45770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.03%

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

R = 49.62%
G = 22.03%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C45770 (or 0xC45770) is known color: Cabaret. HEX triplet: C4, 57 and 70. RGB value is (196,87,112). Sum of RGB (Red+Green+Blue) = 196+87+112=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C45770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45770 is #3BA88F. Grayscale: #7A7A7A. Windows color (decimal): -3909776 or 7362500. OLE color: 7362500.

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

Color convert

RGB 196 87 112 -
CMYK 0 0.56 0.43 0.23
HSL 346.24º 0.48% 0.55% -
HSV(B) 346.24º 0.56% 0.77% -
XYZ 29.1 19.72 17.6 -
YUV 122.44 122.11 180.47 -
System Red Green Blue C M Y K H S L
Decimal 196 87 112 0 0.56 0.43 0.23 346.24 0.48 0.55
Hex C4 57 70 0 38 2B 17 15A 30 37
Octal 304 127 160 0 70 53 27 532 60 67
Binary 11000100 1010111 1110000 0 111000 101011 10111 101011010 110000 110111

Color Harmonies of #C45770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45770

Black with #C45770

Text Example


Text Example

White with #C45770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45770; }

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

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

background-color css

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

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

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

border-color css

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

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

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