Html Css Color HEX #C8536A Cabaret

📋 copy color: '#C8536A'

red 200 ◦ green 83 ◦ blue 106

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

Shades of Cabaret #C8536A

Tints of Cabaret #C8536A

RGB

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

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

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

R = 51.41%
G = 21.34%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C8536A (or 0xC8536A) is known color: Cabaret. HEX triplet: C8, 53 and 6A. RGB value is (200,83,106). Sum of RGB (Red+Green+Blue) = 200+83+106=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8536A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8536A is #37AC95. Grayscale: #787878. Windows color (decimal): -3648662 or 6968264. OLE color: 6968264.

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

Color convert

RGB 200 83 106 -
CMYK 0 0.58 0.47 0.22
HSL 348.21º 0.52% 0.55% -
HSV(B) 348.21º 0.59% 0.78% -
XYZ 29.51 19.51 15.85 -
YUV 120.61 119.76 184.63 -
System Red Green Blue C M Y K H S L
Decimal 200 83 106 0 0.58 0.47 0.22 348.21 0.52 0.55
Hex C8 53 6A 0 3A 2F 16 15C 34 37
Octal 310 123 152 0 72 57 26 534 64 67
Binary 11001000 1010011 1101010 0 111010 101111 10110 101011100 110100 110111

Color Harmonies of #C8536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8536A

Black with #C8536A

Text Example


Text Example

White with #C8536A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8536A; }

 p { color: rgb(200,83,106); }

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

background-color css

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

 a { background-color: rgb(200,83,106); }

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

border-color css

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

 span { border-color: rgb(200,83,106); }

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