Html Css Color HEX #C95878 Cabaret

📋 copy color: '#C95878'

red 201 ◦ green 88 ◦ blue 120

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

Shades of Cabaret #C95878

Tints of Cabaret #C95878

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.52%

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

R = 49.14%
G = 21.52%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C95878 (or 0xC95878) is known color: Cabaret. HEX triplet: C9, 58 and 78. RGB value is (201,88,120). Sum of RGB (Red+Green+Blue) = 201+88+120=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C95878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95878 is #36A787. Grayscale: #7D7D7D. Windows color (decimal): -3581832 or 7887049. OLE color: 7887049.

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

Color convert

RGB 201 88 120 -
CMYK 0 0.56 0.40 0.21
HSL 343.01º 0.51% 0.57% -
HSV(B) 343.01º 0.56% 0.79% -
XYZ 30.97 20.75 20.14 -
YUV 125.44 124.94 181.9 -
System Red Green Blue C M Y K H S L
Decimal 201 88 120 0 0.56 0.40 0.21 343.01 0.51 0.57
Hex C9 58 78 0 38 28 15 157 33 39
Octal 311 130 170 0 70 50 25 527 63 71
Binary 11001001 1011000 1111000 0 111000 101000 10101 101010111 110011 111001

Color Harmonies of #C95878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95878

Black with #C95878

Text Example


Text Example

White with #C95878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95878; }

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

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

background-color css

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

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

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

border-color css

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

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

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