Html Css Color HEX #C45976 Cabaret

📋 copy color: '#C45976'

red 196 ◦ green 89 ◦ blue 118

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

Shades of Cabaret #C45976

Tints of Cabaret #C45976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.08%

 BLUE value IS 118 (46.48% from 255) = 29.28%

R = 48.64%
G = 22.08%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C45976 (or 0xC45976) is known color: Cabaret. HEX triplet: C4, 59 and 76. RGB value is (196,89,118). Sum of RGB (Red+Green+Blue) = 196+89+118=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C45976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45976 is #3BA689. Grayscale: #7C7C7C. Windows color (decimal): -3909258 or 7756228. OLE color: 7756228.

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

Color convert

RGB 196 89 118 -
CMYK 0 0.55 0.40 0.23
HSL 343.74º 0.48% 0.56% -
HSV(B) 343.74º 0.55% 0.77% -
XYZ 29.61 20.19 19.48 -
YUV 124.3 124.45 179.14 -
System Red Green Blue C M Y K H S L
Decimal 196 89 118 0 0.55 0.40 0.23 343.74 0.48 0.56
Hex C4 59 76 0 37 28 17 158 30 38
Octal 304 131 166 0 67 50 27 530 60 70
Binary 11000100 1011001 1110110 0 110111 101000 10111 101011000 110000 111000

Color Harmonies of #C45976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45976

Black with #C45976

Text Example


Text Example

White with #C45976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45976; }

 p { color: rgb(196,89,118); }

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

background-color css

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

 a { background-color: rgb(196,89,118); }

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

border-color css

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

 span { border-color: rgb(196,89,118); }

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