Html Css Color HEX #C95C70 Cabaret

📋 copy color: '#C95C70'

red 201 ◦ green 92 ◦ blue 112

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

Shades of Cabaret #C95C70

Tints of Cabaret #C95C70

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.72%

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

R = 49.63%
G = 22.72%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C95C70 (or 0xC95C70) is known color: Cabaret. HEX triplet: C9, 5C and 70. RGB value is (201,92,112). Sum of RGB (Red+Green+Blue) = 201+92+112=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95C70 is #36A38F. Grayscale: #7E7E7E. Windows color (decimal): -3580816 or 7363785. OLE color: 7363785.

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

Color convert

RGB 201 92 112 -
CMYK 0 0.54 0.44 0.21
HSL 348.99º 0.5% 0.57% -
HSV(B) 348.99º 0.54% 0.79% -
XYZ 30.84 21.24 17.8 -
YUV 126.87 119.61 180.87 -
System Red Green Blue C M Y K H S L
Decimal 201 92 112 0 0.54 0.44 0.21 348.99 0.5 0.57
Hex C9 5C 70 0 36 2C 15 15D 32 39
Octal 311 134 160 0 66 54 25 535 62 71
Binary 11001001 1011100 1110000 0 110110 101100 10101 101011101 110010 111001

Color Harmonies of #C95C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95C70

Black with #C95C70

Text Example


Text Example

White with #C95C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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