Html Css Color HEX #C95570 Cabaret

📋 copy color: '#C95570'

red 201 ◦ green 85 ◦ blue 112

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

Shades of Cabaret #C95570

Tints of Cabaret #C95570

RGB

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

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

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

R = 50.5%
G = 21.36%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C95570 (or 0xC95570) is known color: Cabaret. HEX triplet: C9, 55 and 70. RGB value is (201,85,112). Sum of RGB (Red+Green+Blue) = 201+85+112=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C95570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95570 is #36AA8F. Grayscale: #7A7A7A. Windows color (decimal): -3582608 or 7361993. OLE color: 7361993.

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

Color convert

RGB 201 85 112 -
CMYK 0 0.58 0.44 0.21
HSL 346.03º 0.52% 0.56% -
HSV(B) 346.03º 0.58% 0.79% -
XYZ 30.26 20.08 17.61 -
YUV 122.76 121.93 183.8 -
System Red Green Blue C M Y K H S L
Decimal 201 85 112 0 0.58 0.44 0.21 346.03 0.52 0.56
Hex C9 55 70 0 3A 2C 15 15A 34 38
Octal 311 125 160 0 72 54 25 532 64 70
Binary 11001001 1010101 1110000 0 111010 101100 10101 101011010 110100 111000

Color Harmonies of #C95570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95570

Black with #C95570

Text Example


Text Example

White with #C95570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95570; }

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

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

background-color css

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

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

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

border-color css

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

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

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