Html Css Color HEX #C95666 Cabaret

📋 copy color: '#C95666'

red 201 ◦ green 86 ◦ blue 102

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

Shades of Cabaret #C95666

Tints of Cabaret #C95666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.22%

R = 51.67%
G = 22.11%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C95666 (or 0xC95666) is known color: Cabaret. HEX triplet: C9, 56 and 66. RGB value is (201,86,102). Sum of RGB (Red+Green+Blue) = 201+86+102=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C95666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95666 is #36A999. Grayscale: #7A7A7A. Windows color (decimal): -3582362 or 6706889. OLE color: 6706889.

HSL color Cylindrical-coordinate representation of color #C95666: hue angle of 351.65º 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 #C95666 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 86 102 -
CMYK 0 0.57 0.49 0.21
HSL 351.65º 0.52% 0.56% -
HSV(B) 351.65º 0.57% 0.79% -
XYZ 29.81 20.03 14.87 -
YUV 122.21 116.6 184.2 -
System Red Green Blue C M Y K H S L
Decimal 201 86 102 0 0.57 0.49 0.21 351.65 0.52 0.56
Hex C9 56 66 0 39 31 15 160 34 38
Octal 311 126 146 0 71 61 25 540 64 70
Binary 11001001 1010110 1100110 0 111001 110001 10101 101100000 110100 111000

Color Harmonies of #C95666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95666

Black with #C95666

Text Example


Text Example

White with #C95666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95666; }

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

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

background-color css

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

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

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

border-color css

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

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

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