Html Css Color HEX #C95E6F Cabaret

📋 copy color: '#C95E6F'

red 201 ◦ green 94 ◦ blue 111

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

Shades of Cabaret #C95E6F

Tints of Cabaret #C95E6F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.15%

 BLUE value IS 111 (43.75% from 255) = 27.34%

R = 49.51%
G = 23.15%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C95E6F (or 0xC95E6F) is known color: Cabaret. HEX triplet: C9, 5E and 6F. RGB value is (201,94,111). Sum of RGB (Red+Green+Blue) = 201+94+111=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95E6F is #36A190. Grayscale: #7F7F7F. Windows color (decimal): -3580305 or 7298761. OLE color: 7298761.

HSL color Cylindrical-coordinate representation of color #C95E6F: hue angle of 350.47º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95E6F is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 94 111 -
CMYK 0 0.53 0.45 0.21
HSL 350.47º 0.5% 0.58% -
HSV(B) 350.47º 0.53% 0.79% -
XYZ 30.96 21.57 17.57 -
YUV 127.93 118.45 180.12 -
System Red Green Blue C M Y K H S L
Decimal 201 94 111 0 0.53 0.45 0.21 350.47 0.5 0.58
Hex C9 5E 6F 0 35 2D 15 15E 32 3A
Octal 311 136 157 0 65 55 25 536 62 72
Binary 11001001 1011110 1101111 0 110101 101101 10101 101011110 110010 111010

Color Harmonies of #C95E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95E6F

Black with #C95E6F

Text Example


Text Example

White with #C95E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95E6F; }

 p { color: rgb(201,94,111); }

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

background-color css

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

 a { background-color: rgb(201,94,111); }

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

border-color css

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

 span { border-color: rgb(201,94,111); }

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