Html Css Color HEX #C95C6E Cabaret

📋 copy color: '#C95C6E'

red 201 ◦ green 92 ◦ blue 110

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

Shades of Cabaret #C95C6E

Tints of Cabaret #C95C6E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.83%

 BLUE value IS 110 (43.36% from 255) = 27.3%

R = 49.88%
G = 22.83%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C95C6E (or 0xC95C6E) is known color: Cabaret. HEX triplet: C9, 5C and 6E. RGB value is (201,92,110). Sum of RGB (Red+Green+Blue) = 201+92+110=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95C6E is #36A391. Grayscale: #7E7E7E. Windows color (decimal): -3580818 or 7232713. OLE color: 7232713.

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

Color convert

RGB 201 92 110 -
CMYK 0 0.54 0.45 0.21
HSL 350.09º 0.5% 0.57% -
HSV(B) 350.09º 0.54% 0.79% -
XYZ 30.73 21.2 17.22 -
YUV 126.64 118.61 181.04 -
System Red Green Blue C M Y K H S L
Decimal 201 92 110 0 0.54 0.45 0.21 350.09 0.5 0.57
Hex C9 5C 6E 0 36 2D 15 15E 32 39
Octal 311 134 156 0 66 55 25 536 62 71
Binary 11001001 1011100 1101110 0 110110 101101 10101 101011110 110010 111001

Color Harmonies of #C95C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95C6E

Black with #C95C6E

Text Example


Text Example

White with #C95C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95C6E; }

 p { color: rgb(201,92,110); }

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

background-color css

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

 a { background-color: rgb(201,92,110); }

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

border-color css

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

 span { border-color: rgb(201,92,110); }

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