Html Css Color HEX #C95D6D Cabaret

📋 copy color: '#C95D6D'

red 201 ◦ green 93 ◦ blue 109

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

Shades of Cabaret #C95D6D

Tints of Cabaret #C95D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.05%

R = 49.88%
G = 23.08%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C95D6D (or 0xC95D6D) is known color: Cabaret. HEX triplet: C9, 5D and 6D. RGB value is (201,93,109). Sum of RGB (Red+Green+Blue) = 201+93+109=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95D6D is #36A292. Grayscale: #7F7F7F. Windows color (decimal): -3580563 or 7167433. OLE color: 7167433.

HSL color Cylindrical-coordinate representation of color #C95D6D: hue angle of 351.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 #C95D6D is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 93 109 -
CMYK 0 0.54 0.46 0.21
HSL 351.11º 0.5% 0.58% -
HSV(B) 351.11º 0.54% 0.79% -
XYZ 30.76 21.35 16.97 -
YUV 127.12 117.78 180.7 -
System Red Green Blue C M Y K H S L
Decimal 201 93 109 0 0.54 0.46 0.21 351.11 0.5 0.58
Hex C9 5D 6D 0 36 2E 15 15F 32 3A
Octal 311 135 155 0 66 56 25 537 62 72
Binary 11001001 1011101 1101101 0 110110 101110 10101 101011111 110010 111010

Color Harmonies of #C95D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95D6D

Black with #C95D6D

Text Example


Text Example

White with #C95D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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