Html Css Color HEX #C95473 Cabaret

📋 copy color: '#C95473'

red 201 ◦ green 84 ◦ blue 115

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

Shades of Cabaret #C95473

Tints of Cabaret #C95473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21%

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

R = 50.25%
G = 21%
B = 28.75%

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

#C95473 (or 0xC95473) is known color: Cabaret. HEX triplet: C9, 54 and 73. RGB value is (201,84,115). Sum of RGB (Red+Green+Blue) = 201+84+115=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C95473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95473 is #36AB8C. Grayscale: #7A7A7A. Windows color (decimal): -3582861 or 7558345. OLE color: 7558345.

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

Color convert

RGB 201 84 115 -
CMYK 0 0.58 0.43 0.21
HSL 344.1º 0.52% 0.56% -
HSV(B) 344.1º 0.58% 0.79% -
XYZ 30.35 20 18.48 -
YUV 122.52 123.76 183.98 -
System Red Green Blue C M Y K H S L
Decimal 201 84 115 0 0.58 0.43 0.21 344.1 0.52 0.56
Hex C9 54 73 0 3A 2B 15 158 34 38
Octal 311 124 163 0 72 53 25 530 64 70
Binary 11001001 1010100 1110011 0 111010 101011 10101 101011000 110100 111000

Color Harmonies of #C95473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95473

Black with #C95473

Text Example


Text Example

White with #C95473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95473; }

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

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

background-color css

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

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

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

border-color css

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

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

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