Html Css Color HEX #C95279 Cabaret

📋 copy color: '#C95279'

red 201 ◦ green 82 ◦ blue 121

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

Shades of Cabaret #C95279

Tints of Cabaret #C95279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.3%

 BLUE value IS 121 (47.66% from 255) = 29.95%

R = 49.75%
G = 20.3%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C95279 (or 0xC95279) is known color: Cabaret. HEX triplet: C9, 52 and 79. RGB value is (201,82,121). Sum of RGB (Red+Green+Blue) = 201+82+121=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C95279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95279 is #36AD86. Grayscale: #797979. Windows color (decimal): -3583367 or 7951049. OLE color: 7951049.

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

Color convert

RGB 201 82 121 -
CMYK 0 0.59 0.40 0.21
HSL 340.34º 0.52% 0.55% -
HSV(B) 340.34º 0.59% 0.79% -
XYZ 30.56 19.83 20.31 -
YUV 122.03 127.42 184.33 -
System Red Green Blue C M Y K H S L
Decimal 201 82 121 0 0.59 0.40 0.21 340.34 0.52 0.55
Hex C9 52 79 0 3B 28 15 154 34 37
Octal 311 122 171 0 73 50 25 524 64 67
Binary 11001001 1010010 1111001 0 111011 101000 10101 101010100 110100 110111

Color Harmonies of #C95279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95279

Black with #C95279

Text Example


Text Example

White with #C95279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95279; }

 p { color: rgb(201,82,121); }

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

background-color css

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

 a { background-color: rgb(201,82,121); }

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

border-color css

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

 span { border-color: rgb(201,82,121); }

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