Html Css Color HEX #C95B6A Cabaret

📋 copy color: '#C95B6A'

red 201 ◦ green 91 ◦ blue 106

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

Shades of Cabaret #C95B6A

Tints of Cabaret #C95B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.63%

R = 50.5%
G = 22.86%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C95B6A (or 0xC95B6A) is known color: Cabaret. HEX triplet: C9, 5B and 6A. RGB value is (201,91,106). Sum of RGB (Red+Green+Blue) = 201+91+106=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95B6A is #36A495. Grayscale: #7D7D7D. Windows color (decimal): -3581078 or 6970313. OLE color: 6970313.

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

Color convert

RGB 201 91 106 -
CMYK 0 0.55 0.47 0.21
HSL 351.82º 0.5% 0.57% -
HSV(B) 351.82º 0.55% 0.79% -
XYZ 30.43 20.94 16.07 -
YUV 125.6 116.94 181.78 -
System Red Green Blue C M Y K H S L
Decimal 201 91 106 0 0.55 0.47 0.21 351.82 0.5 0.57
Hex C9 5B 6A 0 37 2F 15 160 32 39
Octal 311 133 152 0 67 57 25 540 62 71
Binary 11001001 1011011 1101010 0 110111 101111 10101 101100000 110010 111001

Color Harmonies of #C95B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95B6A

Black with #C95B6A

Text Example


Text Example

White with #C95B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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