Html Css Color HEX #C95779 Cabaret

📋 copy color: '#C95779'

red 201 ◦ green 87 ◦ blue 121

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

Shades of Cabaret #C95779

Tints of Cabaret #C95779

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.27%

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

R = 49.14%
G = 21.27%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C95779 (or 0xC95779) is known color: Cabaret. HEX triplet: C9, 57 and 79. RGB value is (201,87,121). Sum of RGB (Red+Green+Blue) = 201+87+121=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C95779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95779 is #36A886. Grayscale: #7C7C7C. Windows color (decimal): -3582087 or 7952329. OLE color: 7952329.

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

Color convert

RGB 201 87 121 -
CMYK 0 0.57 0.40 0.21
HSL 342.11º 0.51% 0.56% -
HSV(B) 342.11º 0.57% 0.79% -
XYZ 30.95 20.61 20.44 -
YUV 124.96 125.77 182.24 -
System Red Green Blue C M Y K H S L
Decimal 201 87 121 0 0.57 0.40 0.21 342.11 0.51 0.56
Hex C9 57 79 0 39 28 15 156 33 38
Octal 311 127 171 0 71 50 25 526 63 70
Binary 11001001 1010111 1111001 0 111001 101000 10101 101010110 110011 111000

Color Harmonies of #C95779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95779

Black with #C95779

Text Example


Text Example

White with #C95779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95779; }

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

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

background-color css

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

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

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

border-color css

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

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

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