Html Css Color HEX #C95575 Cabaret

📋 copy color: '#C95575'

red 201 ◦ green 85 ◦ blue 117

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

Shades of Cabaret #C95575

Tints of Cabaret #C95575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.09%

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

R = 49.88%
G = 21.09%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C95575 (or 0xC95575) is known color: Cabaret. HEX triplet: C9, 55 and 75. RGB value is (201,85,117). Sum of RGB (Red+Green+Blue) = 201+85+117=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C95575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95575 is #36AA8A. Grayscale: #7B7B7B. Windows color (decimal): -3582603 or 7689673. OLE color: 7689673.

HSL color Cylindrical-coordinate representation of color #C95575: hue angle of 343.45º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C95575 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 85 117 -
CMYK 0 0.58 0.42 0.21
HSL 343.45º 0.52% 0.56% -
HSV(B) 343.45º 0.58% 0.79% -
XYZ 30.55 20.2 19.12 -
YUV 123.33 124.43 183.4 -
System Red Green Blue C M Y K H S L
Decimal 201 85 117 0 0.58 0.42 0.21 343.45 0.52 0.56
Hex C9 55 75 0 3A 2A 15 157 34 38
Octal 311 125 165 0 72 52 25 527 64 70
Binary 11001001 1010101 1110101 0 111010 101010 10101 101010111 110100 111000

Color Harmonies of #C95575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95575

Black with #C95575

Text Example


Text Example

White with #C95575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95575; }

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

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

background-color css

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

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

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

border-color css

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

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

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