Html Css Color HEX #C95178 Cabaret

📋 copy color: '#C95178'

red 201 ◦ green 81 ◦ blue 120

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

Shades of Cabaret #C95178

Tints of Cabaret #C95178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.85%

R = 50%
G = 20.15%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C95178 (or 0xC95178) is known color: Cabaret. HEX triplet: C9, 51 and 78. RGB value is (201,81,120). Sum of RGB (Red+Green+Blue) = 201+81+120=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C95178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95178 is #36AE87. Grayscale: #797979. Windows color (decimal): -3583624 or 7885257. OLE color: 7885257.

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

Color convert

RGB 201 81 120 -
CMYK 0 0.60 0.40 0.21
HSL 340.5º 0.53% 0.55% -
HSV(B) 340.5º 0.6% 0.79% -
XYZ 30.42 19.66 19.96 -
YUV 121.33 127.26 184.83 -
System Red Green Blue C M Y K H S L
Decimal 201 81 120 0 0.60 0.40 0.21 340.5 0.53 0.55
Hex C9 51 78 0 3C 28 15 154 35 37
Octal 311 121 170 0 74 50 25 524 65 67
Binary 11001001 1010001 1111000 0 111100 101000 10101 101010100 110101 110111

Color Harmonies of #C95178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95178

Black with #C95178

Text Example


Text Example

White with #C95178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95178; }

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

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

background-color css

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

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

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

border-color css

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

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

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