Html Css Color HEX #C95573 Cabaret

📋 copy color: '#C95573'

red 201 ◦ green 85 ◦ blue 115

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

Shades of Cabaret #C95573

Tints of Cabaret #C95573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.68%

R = 50.12%
G = 21.2%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C95573 (or 0xC95573) is known color: Cabaret. HEX triplet: C9, 55 and 73. RGB value is (201,85,115). Sum of RGB (Red+Green+Blue) = 201+85+115=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C95573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95573 is #36AA8C. Grayscale: #7B7B7B. Windows color (decimal): -3582605 or 7558601. OLE color: 7558601.

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

Color convert

RGB 201 85 115 -
CMYK 0 0.58 0.43 0.21
HSL 344.48º 0.52% 0.56% -
HSV(B) 344.48º 0.58% 0.79% -
XYZ 30.43 20.15 18.51 -
YUV 123.1 123.43 183.56 -
System Red Green Blue C M Y K H S L
Decimal 201 85 115 0 0.58 0.43 0.21 344.48 0.52 0.56
Hex C9 55 73 0 3A 2B 15 158 34 38
Octal 311 125 163 0 72 53 25 530 64 70
Binary 11001001 1010101 1110011 0 111010 101011 10101 101011000 110100 111000

Color Harmonies of #C95573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95573

Black with #C95573

Text Example


Text Example

White with #C95573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95573; }

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

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

background-color css

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

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

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

border-color css

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

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

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