Html Css Color HEX #C95D75 Cabaret

📋 copy color: '#C95D75'

red 201 ◦ green 93 ◦ blue 117

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

Shades of Cabaret #C95D75

Tints of Cabaret #C95D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.47%

R = 48.91%
G = 22.63%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C95D75 (or 0xC95D75) is known color: Cabaret. HEX triplet: C9, 5D and 75. RGB value is (201,93,117). Sum of RGB (Red+Green+Blue) = 201+93+117=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95D75 is #36A28A. Grayscale: #808080. Windows color (decimal): -3580555 or 7691721. OLE color: 7691721.

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

Color convert

RGB 201 93 117 -
CMYK 0 0.54 0.42 0.21
HSL 346.67º 0.5% 0.58% -
HSV(B) 346.67º 0.54% 0.79% -
XYZ 31.21 21.53 19.34 -
YUV 128.03 121.78 180.05 -
System Red Green Blue C M Y K H S L
Decimal 201 93 117 0 0.54 0.42 0.21 346.67 0.5 0.58
Hex C9 5D 75 0 36 2A 15 15B 32 3A
Octal 311 135 165 0 66 52 25 533 62 72
Binary 11001001 1011101 1110101 0 110110 101010 10101 101011011 110010 111010

Color Harmonies of #C95D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95D75

Black with #C95D75

Text Example


Text Example

White with #C95D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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