Html Css Color HEX #C95A73 Cabaret

📋 copy color: '#C95A73'

red 201 ◦ green 90 ◦ blue 115

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

Shades of Cabaret #C95A73

Tints of Cabaret #C95A73

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.17%

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

R = 49.51%
G = 22.17%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C95A73 (or 0xC95A73) is known color: Cabaret. HEX triplet: C9, 5A and 73. RGB value is (201,90,115). Sum of RGB (Red+Green+Blue) = 201+90+115=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95A73 is #36A58C. Grayscale: #7E7E7E. Windows color (decimal): -3581325 or 7559881. OLE color: 7559881.

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

Color convert

RGB 201 90 115 -
CMYK 0 0.55 0.43 0.21
HSL 346.49º 0.51% 0.57% -
HSV(B) 346.49º 0.55% 0.79% -
XYZ 30.84 20.97 18.64 -
YUV 126.04 121.77 181.47 -
System Red Green Blue C M Y K H S L
Decimal 201 90 115 0 0.55 0.43 0.21 346.49 0.51 0.57
Hex C9 5A 73 0 37 2B 15 15A 33 39
Octal 311 132 163 0 67 53 25 532 63 71
Binary 11001001 1011010 1110011 0 110111 101011 10101 101011010 110011 111001

Color Harmonies of #C95A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A73

Black with #C95A73

Text Example


Text Example

White with #C95A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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