Html Css Color HEX #C9537A Cabaret

📋 copy color: '#C9537A'

red 201 ◦ green 83 ◦ blue 122

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

Shades of Cabaret #C9537A

Tints of Cabaret #C9537A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.44%

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

R = 49.51%
G = 20.44%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9537A (or 0xC9537A) is known color: Cabaret. HEX triplet: C9, 53 and 7A. RGB value is (201,83,122). Sum of RGB (Red+Green+Blue) = 201+83+122=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C9537A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9537A is #36AC85. Grayscale: #7A7A7A. Windows color (decimal): -3583110 or 8016841. OLE color: 8016841.

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

Color convert

RGB 201 83 122 -
CMYK 0 0.59 0.39 0.21
HSL 340.17º 0.52% 0.56% -
HSV(B) 340.17º 0.59% 0.79% -
XYZ 30.69 20.01 20.66 -
YUV 122.73 127.59 183.83 -
System Red Green Blue C M Y K H S L
Decimal 201 83 122 0 0.59 0.39 0.21 340.17 0.52 0.56
Hex C9 53 7A 0 3B 27 15 154 34 38
Octal 311 123 172 0 73 47 25 524 64 70
Binary 11001001 1010011 1111010 0 111011 100111 10101 101010100 110100 111000

Color Harmonies of #C9537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9537A

Black with #C9537A

Text Example


Text Example

White with #C9537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9537A; }

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

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

background-color css

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

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

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

border-color css

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

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

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