Html Css Color HEX #C8526B Cabaret

📋 copy color: '#C8526B'

red 200 ◦ green 82 ◦ blue 107

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

Shades of Cabaret #C8526B

Tints of Cabaret #C8526B

RGB

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

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

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

R = 51.41%
G = 21.08%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8526B (or 0xC8526B) is known color: Cabaret. HEX triplet: C8, 52 and 6B. RGB value is (200,82,107). Sum of RGB (Red+Green+Blue) = 200+82+107=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8526B is #37AD94. Grayscale: #787878. Windows color (decimal): -3648917 or 7033544. OLE color: 7033544.

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

Color convert

RGB 200 82 107 -
CMYK 0 0.59 0.46 0.22
HSL 347.29º 0.52% 0.55% -
HSV(B) 347.29º 0.59% 0.78% -
XYZ 29.49 19.38 16.1 -
YUV 120.13 120.59 184.97 -
System Red Green Blue C M Y K H S L
Decimal 200 82 107 0 0.59 0.46 0.22 347.29 0.52 0.55
Hex C8 52 6B 0 3B 2E 16 15B 34 37
Octal 310 122 153 0 73 56 26 533 64 67
Binary 11001000 1010010 1101011 0 111011 101110 10110 101011011 110100 110111

Color Harmonies of #C8526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8526B

Black with #C8526B

Text Example


Text Example

White with #C8526B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8526B; }

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

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

background-color css

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

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

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

border-color css

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

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

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