Html Css Color HEX #C95173 Cabaret

📋 copy color: '#C95173'

red 201 ◦ green 81 ◦ blue 115

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

Shades of Cabaret #C95173

Tints of Cabaret #C95173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.4%

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

R = 50.63%
G = 20.4%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C95173 (or 0xC95173) is known color: Cabaret. HEX triplet: C9, 51 and 73. RGB value is (201,81,115). Sum of RGB (Red+Green+Blue) = 201+81+115=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C95173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95173 is #36AE8C. Grayscale: #787878. Windows color (decimal): -3583629 or 7557577. OLE color: 7557577.

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

Color convert

RGB 201 81 115 -
CMYK 0 0.60 0.43 0.21
HSL 343º 0.53% 0.55% -
HSV(B) 343º 0.6% 0.79% -
XYZ 30.12 19.54 18.4 -
YUV 120.76 124.76 185.24 -
System Red Green Blue C M Y K H S L
Decimal 201 81 115 0 0.60 0.43 0.21 343 0.53 0.55
Hex C9 51 73 0 3C 2B 15 157 35 37
Octal 311 121 163 0 74 53 25 527 65 67
Binary 11001001 1010001 1110011 0 111100 101011 10101 101010111 110101 110111

Color Harmonies of #C95173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95173

Black with #C95173

Text Example


Text Example

White with #C95173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95173; }

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

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

background-color css

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

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

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

border-color css

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

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

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