Html Css Color HEX #C95D74 Cabaret

📋 copy color: '#C95D74'

red 201 ◦ green 93 ◦ blue 116

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

Shades of Cabaret #C95D74

Tints of Cabaret #C95D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.29%

R = 49.02%
G = 22.68%
B = 28.29%

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

#C95D74 (or 0xC95D74) is known color: Cabaret. HEX triplet: C9, 5D and 74. RGB value is (201,93,116). Sum of RGB (Red+Green+Blue) = 201+93+116=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95D74 is #36A28B. Grayscale: #7F7F7F. Windows color (decimal): -3580556 or 7626185. OLE color: 7626185.

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

Color convert

RGB 201 93 116 -
CMYK 0 0.54 0.42 0.21
HSL 347.22º 0.5% 0.58% -
HSV(B) 347.22º 0.54% 0.79% -
XYZ 31.15 21.51 19.03 -
YUV 127.91 121.28 180.13 -
System Red Green Blue C M Y K H S L
Decimal 201 93 116 0 0.54 0.42 0.21 347.22 0.5 0.58
Hex C9 5D 74 0 36 2A 15 15B 32 3A
Octal 311 135 164 0 66 52 25 533 62 72
Binary 11001001 1011101 1110100 0 110110 101010 10101 101011011 110010 111010

Color Harmonies of #C95D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95D74

Black with #C95D74

Text Example


Text Example

White with #C95D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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