Html Css Color HEX #C95875 Cabaret

📋 copy color: '#C95875'

red 201 ◦ green 88 ◦ blue 117

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

Shades of Cabaret #C95875

Tints of Cabaret #C95875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.82%

R = 49.51%
G = 21.67%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C95875 (or 0xC95875) is known color: Cabaret. HEX triplet: C9, 58 and 75. RGB value is (201,88,117). Sum of RGB (Red+Green+Blue) = 201+88+117=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C95875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95875 is #36A78A. Grayscale: #7D7D7D. Windows color (decimal): -3581835 or 7690441. OLE color: 7690441.

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

Color convert

RGB 201 88 117 -
CMYK 0 0.56 0.42 0.21
HSL 344.6º 0.51% 0.57% -
HSV(B) 344.6º 0.56% 0.79% -
XYZ 30.79 20.68 19.2 -
YUV 125.09 123.44 182.14 -
System Red Green Blue C M Y K H S L
Decimal 201 88 117 0 0.56 0.42 0.21 344.6 0.51 0.57
Hex C9 58 75 0 38 2A 15 159 33 39
Octal 311 130 165 0 70 52 25 531 63 71
Binary 11001001 1011000 1110101 0 111000 101010 10101 101011001 110011 111001

Color Harmonies of #C95875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95875

Black with #C95875

Text Example


Text Example

White with #C95875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95875; }

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

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

background-color css

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

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

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

border-color css

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

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

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