Html Css Color HEX #C9536B Cabaret

📋 copy color: '#C9536B'

red 201 ◦ green 83 ◦ blue 107

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

Shades of Cabaret #C9536B

Tints of Cabaret #C9536B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.37%

R = 51.41%
G = 21.23%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9536B (or 0xC9536B) is known color: Cabaret. HEX triplet: C9, 53 and 6B. RGB value is (201,83,107). Sum of RGB (Red+Green+Blue) = 201+83+107=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C9536B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9536B is #36AC94. Grayscale: #797979. Windows color (decimal): -3583125 or 7033801. OLE color: 7033801.

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

Color convert

RGB 201 83 107 -
CMYK 0 0.59 0.47 0.21
HSL 347.8º 0.52% 0.56% -
HSV(B) 347.8º 0.59% 0.79% -
XYZ 29.83 19.67 16.13 -
YUV 121.02 120.09 185.05 -
System Red Green Blue C M Y K H S L
Decimal 201 83 107 0 0.59 0.47 0.21 347.8 0.52 0.56
Hex C9 53 6B 0 3B 2F 15 15C 34 38
Octal 311 123 153 0 73 57 25 534 64 70
Binary 11001001 1010011 1101011 0 111011 101111 10101 101011100 110100 111000

Color Harmonies of #C9536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9536B

Black with #C9536B

Text Example


Text Example

White with #C9536B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9536B; }

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

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

background-color css

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

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

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

border-color css

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

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

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