Html Css Color HEX #C95D76 Cabaret

📋 copy color: '#C95D76'

red 201 ◦ green 93 ◦ blue 118

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

Shades of Cabaret #C95D76

Tints of Cabaret #C95D76

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.57%

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

R = 48.79%
G = 22.57%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C95D76 (or 0xC95D76) is known color: Cabaret. HEX triplet: C9, 5D and 76. RGB value is (201,93,118). Sum of RGB (Red+Green+Blue) = 201+93+118=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95D76 is #36A289. Grayscale: #808080. Windows color (decimal): -3580554 or 7757257. OLE color: 7757257.

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

Color convert

RGB 201 93 118 -
CMYK 0 0.54 0.41 0.21
HSL 346.11º 0.5% 0.58% -
HSV(B) 346.11º 0.54% 0.79% -
XYZ 31.27 21.55 19.65 -
YUV 128.14 122.28 179.97 -
System Red Green Blue C M Y K H S L
Decimal 201 93 118 0 0.54 0.41 0.21 346.11 0.5 0.58
Hex C9 5D 76 0 36 29 15 15A 32 3A
Octal 311 135 166 0 66 51 25 532 62 72
Binary 11001001 1011101 1110110 0 110110 101001 10101 101011010 110010 111010

Color Harmonies of #C95D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95D76

Black with #C95D76

Text Example


Text Example

White with #C95D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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