Html Css Color HEX #C9526A Cabaret

📋 copy color: '#C9526A'

red 201 ◦ green 82 ◦ blue 106

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

Shades of Cabaret #C9526A

Tints of Cabaret #C9526A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.08%

 BLUE value IS 106 (41.8% from 255) = 27.25%

R = 51.67%
G = 21.08%
B = 27.25%

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

#C9526A (or 0xC9526A) is known color: Cabaret. HEX triplet: C9, 52 and 6A. RGB value is (201,82,106). Sum of RGB (Red+Green+Blue) = 201+82+106=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C9526A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9526A is #36AD95. Grayscale: #787878. Windows color (decimal): -3583382 or 6968009. OLE color: 6968009.

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

Color convert

RGB 201 82 106 -
CMYK 0 0.59 0.47 0.21
HSL 347.9º 0.52% 0.55% -
HSV(B) 347.9º 0.59% 0.79% -
XYZ 29.71 19.49 15.83 -
YUV 120.32 119.92 185.55 -
System Red Green Blue C M Y K H S L
Decimal 201 82 106 0 0.59 0.47 0.21 347.9 0.52 0.55
Hex C9 52 6A 0 3B 2F 15 15C 34 37
Octal 311 122 152 0 73 57 25 534 64 67
Binary 11001001 1010010 1101010 0 111011 101111 10101 101011100 110100 110111

Color Harmonies of #C9526A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9526A

Black with #C9526A

Text Example


Text Example

White with #C9526A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9526A; }

 p { color: rgb(201,82,106); }

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

background-color css

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

 a { background-color: rgb(201,82,106); }

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

border-color css

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

 span { border-color: rgb(201,82,106); }

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