Html Css Color HEX #C95370 Cabaret

📋 copy color: '#C95370'

red 201 ◦ green 83 ◦ blue 112

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

Shades of Cabaret #C95370

Tints of Cabaret #C95370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.96%

 BLUE value IS 112 (44.14% from 255) = 28.28%

R = 50.76%
G = 20.96%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C95370 (or 0xC95370) is known color: Cabaret. HEX triplet: C9, 53 and 70. RGB value is (201,83,112). Sum of RGB (Red+Green+Blue) = 201+83+112=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C95370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95370 is #36AC8F. Grayscale: #797979. Windows color (decimal): -3583120 or 7361481. OLE color: 7361481.

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

Color convert

RGB 201 83 112 -
CMYK 0 0.59 0.44 0.21
HSL 345.25º 0.52% 0.56% -
HSV(B) 345.25º 0.59% 0.79% -
XYZ 30.11 19.77 17.56 -
YUV 121.59 122.59 184.64 -
System Red Green Blue C M Y K H S L
Decimal 201 83 112 0 0.59 0.44 0.21 345.25 0.52 0.56
Hex C9 53 70 0 3B 2C 15 159 34 38
Octal 311 123 160 0 73 54 25 531 64 70
Binary 11001001 1010011 1110000 0 111011 101100 10101 101011001 110100 111000

Color Harmonies of #C95370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95370

Black with #C95370

Text Example


Text Example

White with #C95370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95370; }

 p { color: rgb(201,83,112); }

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

background-color css

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

 a { background-color: rgb(201,83,112); }

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

border-color css

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

 span { border-color: rgb(201,83,112); }

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