Html Css Color HEX #C95065 Cabaret

📋 copy color: '#C95065'

red 201 ◦ green 80 ◦ blue 101

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

Shades of Cabaret #C95065

Tints of Cabaret #C95065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.94%

 BLUE value IS 101 (39.84% from 255) = 26.44%

R = 52.62%
G = 20.94%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C95065 (or 0xC95065) is known color: Cabaret. HEX triplet: C9, 50 and 65. RGB value is (201,80,101). Sum of RGB (Red+Green+Blue) = 201+80+101=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C95065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95065 is #36AF9A. Grayscale: #767676. Windows color (decimal): -3583899 or 6639817. OLE color: 6639817.

HSL color Cylindrical-coordinate representation of color #C95065: hue angle of 349.59º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95065 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 80 101 -
CMYK 0 0.60 0.50 0.21
HSL 349.59º 0.53% 0.55% -
HSV(B) 349.59º 0.6% 0.79% -
XYZ 29.31 19.09 14.45 -
YUV 118.57 118.09 186.79 -
System Red Green Blue C M Y K H S L
Decimal 201 80 101 0 0.60 0.50 0.21 349.59 0.53 0.55
Hex C9 50 65 0 3C 32 15 15E 35 37
Octal 311 120 145 0 74 62 25 536 65 67
Binary 11001001 1010000 1100101 0 111100 110010 10101 101011110 110101 110111

Color Harmonies of #C95065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95065

Black with #C95065

Text Example


Text Example

White with #C95065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95065; }

 p { color: rgb(201,80,101); }

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

background-color css

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

 a { background-color: rgb(201,80,101); }

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

border-color css

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

 span { border-color: rgb(201,80,101); }

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