Html Css Color HEX #C95B6F Cabaret

📋 copy color: '#C95B6F'

red 201 ◦ green 91 ◦ blue 111

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

Shades of Cabaret #C95B6F

Tints of Cabaret #C95B6F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.58%

 BLUE value IS 111 (43.75% from 255) = 27.54%

R = 49.88%
G = 22.58%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C95B6F (or 0xC95B6F) is known color: Cabaret. HEX triplet: C9, 5B and 6F. RGB value is (201,91,111). Sum of RGB (Red+Green+Blue) = 201+91+111=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95B6F is #36A490. Grayscale: #7E7E7E. Windows color (decimal): -3581073 or 7297993. OLE color: 7297993.

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

Color convert

RGB 201 91 111 -
CMYK 0 0.55 0.45 0.21
HSL 349.09º 0.5% 0.57% -
HSV(B) 349.09º 0.55% 0.79% -
XYZ 30.7 21.05 17.48 -
YUV 126.17 119.44 181.37 -
System Red Green Blue C M Y K H S L
Decimal 201 91 111 0 0.55 0.45 0.21 349.09 0.5 0.57
Hex C9 5B 6F 0 37 2D 15 15D 32 39
Octal 311 133 157 0 67 55 25 535 62 71
Binary 11001001 1011011 1101111 0 110111 101101 10101 101011101 110010 111001

Color Harmonies of #C95B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95B6F

Black with #C95B6F

Text Example


Text Example

White with #C95B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95B6F; }

 p { color: rgb(201,91,111); }

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

background-color css

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

 a { background-color: rgb(201,91,111); }

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

border-color css

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

 span { border-color: rgb(201,91,111); }

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