Html Css Color HEX #C95676 Cabaret

📋 copy color: '#C95676'

red 201 ◦ green 86 ◦ blue 118

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

Shades of Cabaret #C95676

Tints of Cabaret #C95676

RGB

 RED value IS 201 (78.91% from 255) = 49.63%

 GREEN value IS 86 (33.98% from 255) = 21.23%

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

R = 49.63%
G = 21.23%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C95676 (or 0xC95676) is known color: Cabaret. HEX triplet: C9, 56 and 76. RGB value is (201,86,118). Sum of RGB (Red+Green+Blue) = 201+86+118=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C95676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95676 is #36A989. Grayscale: #7C7C7C. Windows color (decimal): -3582346 or 7755465. OLE color: 7755465.

HSL color Cylindrical-coordinate representation of color #C95676: hue angle of 343.3º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C95676 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 86 118 -
CMYK 0 0.57 0.41 0.21
HSL 343.3º 0.52% 0.56% -
HSV(B) 343.3º 0.57% 0.79% -
XYZ 30.69 20.38 19.46 -
YUV 124.03 124.6 182.9 -
System Red Green Blue C M Y K H S L
Decimal 201 86 118 0 0.57 0.41 0.21 343.3 0.52 0.56
Hex C9 56 76 0 39 29 15 157 34 38
Octal 311 126 166 0 71 51 25 527 64 70
Binary 11001001 1010110 1110110 0 111001 101001 10101 101010111 110100 111000

Color Harmonies of #C95676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95676

Black with #C95676

Text Example


Text Example

White with #C95676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95676; }

 p { color: rgb(201,86,118); }

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

background-color css

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

 a { background-color: rgb(201,86,118); }

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

border-color css

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

 span { border-color: rgb(201,86,118); }

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