Html Css Color HEX #C95569 Cabaret

📋 copy color: '#C95569'

red 201 ◦ green 85 ◦ blue 105

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

Shades of Cabaret #C95569

Tints of Cabaret #C95569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.85%

R = 51.41%
G = 21.74%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C95569 (or 0xC95569) is known color: Cabaret. HEX triplet: C9, 55 and 69. RGB value is (201,85,105). Sum of RGB (Red+Green+Blue) = 201+85+105=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C95569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95569 is #36AA96. Grayscale: #797979. Windows color (decimal): -3582615 or 6903241. OLE color: 6903241.

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

Color convert

RGB 201 85 105 -
CMYK 0 0.58 0.48 0.21
HSL 349.66º 0.52% 0.56% -
HSV(B) 349.66º 0.58% 0.79% -
XYZ 29.89 19.93 15.64 -
YUV 121.96 118.43 184.37 -
System Red Green Blue C M Y K H S L
Decimal 201 85 105 0 0.58 0.48 0.21 349.66 0.52 0.56
Hex C9 55 69 0 3A 30 15 15E 34 38
Octal 311 125 151 0 72 60 25 536 64 70
Binary 11001001 1010101 1101001 0 111010 110000 10101 101011110 110100 111000

Color Harmonies of #C95569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95569

Black with #C95569

Text Example


Text Example

White with #C95569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95569; }

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

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

background-color css

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

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

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

border-color css

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

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

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