Html Css Color HEX #C9557A Cabaret

📋 copy color: '#C9557A'

red 201 ◦ green 85 ◦ blue 122

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

Shades of Cabaret #C9557A

Tints of Cabaret #C9557A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.9%

R = 49.26%
G = 20.83%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9557A (or 0xC9557A) is known color: Cabaret. HEX triplet: C9, 55 and 7A. RGB value is (201,85,122). Sum of RGB (Red+Green+Blue) = 201+85+122=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9557A is #36AA85. Grayscale: #7B7B7B. Windows color (decimal): -3582598 or 8017353. OLE color: 8017353.

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

Color convert

RGB 201 85 122 -
CMYK 0 0.58 0.39 0.21
HSL 340.86º 0.52% 0.56% -
HSV(B) 340.86º 0.58% 0.79% -
XYZ 30.85 20.32 20.71 -
YUV 123.9 126.93 182.99 -
System Red Green Blue C M Y K H S L
Decimal 201 85 122 0 0.58 0.39 0.21 340.86 0.52 0.56
Hex C9 55 7A 0 3A 27 15 155 34 38
Octal 311 125 172 0 72 47 25 525 64 70
Binary 11001001 1010101 1111010 0 111010 100111 10101 101010101 110100 111000

Color Harmonies of #C9557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9557A

Black with #C9557A

Text Example


Text Example

White with #C9557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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