Html Css Color HEX #C95565 Cabaret

📋 copy color: '#C95565'

red 201 ◦ green 85 ◦ blue 101

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

Shades of Cabaret #C95565

Tints of Cabaret #C95565

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.96%

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

R = 51.94%
G = 21.96%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C95565 (or 0xC95565) is known color: Cabaret. HEX triplet: C9, 55 and 65. RGB value is (201,85,101). Sum of RGB (Red+Green+Blue) = 201+85+101=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C95565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95565 is #36AA9A. Grayscale: #797979. Windows color (decimal): -3582619 or 6641097. OLE color: 6641097.

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

Color convert

RGB 201 85 101 -
CMYK 0 0.58 0.50 0.21
HSL 351.72º 0.52% 0.56% -
HSV(B) 351.72º 0.58% 0.79% -
XYZ 29.68 19.85 14.58 -
YUV 121.51 116.43 184.7 -
System Red Green Blue C M Y K H S L
Decimal 201 85 101 0 0.58 0.50 0.21 351.72 0.52 0.56
Hex C9 55 65 0 3A 32 15 160 34 38
Octal 311 125 145 0 72 62 25 540 64 70
Binary 11001001 1010101 1100101 0 111010 110010 10101 101100000 110100 111000

Color Harmonies of #C95565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95565

Black with #C95565

Text Example


Text Example

White with #C95565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95565; }

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

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

background-color css

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

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

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

border-color css

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

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

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