Html Css Color HEX #C8526F Cabaret

📋 copy color: '#C8526F'

red 200 ◦ green 82 ◦ blue 111

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

Shades of Cabaret #C8526F

Tints of Cabaret #C8526F

RGB

 RED value IS 200 (78.52% from 255) = 50.89%

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

 BLUE value IS 111 (43.75% from 255) = 28.24%

R = 50.89%
G = 20.87%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C8526F (or 0xC8526F) is known color: Cabaret. HEX triplet: C8, 52 and 6F. RGB value is (200,82,111). Sum of RGB (Red+Green+Blue) = 200+82+111=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8526F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8526F is #37AD90. Grayscale: #787878. Windows color (decimal): -3648913 or 7295688. OLE color: 7295688.

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

Color convert

RGB 200 82 111 -
CMYK 0 0.59 0.44 0.22
HSL 345.25º 0.52% 0.55% -
HSV(B) 345.25º 0.59% 0.78% -
XYZ 29.71 19.46 17.23 -
YUV 120.59 122.59 184.64 -
System Red Green Blue C M Y K H S L
Decimal 200 82 111 0 0.59 0.44 0.22 345.25 0.52 0.55
Hex C8 52 6F 0 3B 2C 16 159 34 37
Octal 310 122 157 0 73 54 26 531 64 67
Binary 11001000 1010010 1101111 0 111011 101100 10110 101011001 110100 110111

Color Harmonies of #C8526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8526F

Black with #C8526F

Text Example


Text Example

White with #C8526F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8526F; }

 p { color: rgb(200,82,111); }

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

background-color css

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

 a { background-color: rgb(200,82,111); }

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

border-color css

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

 span { border-color: rgb(200,82,111); }

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