Html Css Color HEX #C8567C Cabaret

📋 copy color: '#C8567C'

red 200 ◦ green 86 ◦ blue 124

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

Shades of Cabaret #C8567C

Tints of Cabaret #C8567C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.98%

 BLUE value IS 124 (48.83% from 255) = 30.24%

R = 48.78%
G = 20.98%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8567C (or 0xC8567C) is known color: Cabaret. HEX triplet: C8, 56 and 7C. RGB value is (200,86,124). Sum of RGB (Red+Green+Blue) = 200+86+124=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8567C is #37A983. Grayscale: #7C7C7C. Windows color (decimal): -3647876 or 8148680. OLE color: 8148680.

HSL color Cylindrical-coordinate representation of color #C8567C: hue angle of 340º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8567C is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 86 124 -
CMYK 0 0.57 0.38 0.22
HSL 340º 0.51% 0.56% -
HSV(B) 340º 0.57% 0.78% -
XYZ 30.79 20.39 21.38 -
YUV 124.42 127.77 181.91 -
System Red Green Blue C M Y K H S L
Decimal 200 86 124 0 0.57 0.38 0.22 340 0.51 0.56
Hex C8 56 7C 0 39 26 16 154 33 38
Octal 310 126 174 0 71 46 26 524 63 70
Binary 11001000 1010110 1111100 0 111001 100110 10110 101010100 110011 111000

Color Harmonies of #C8567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8567C

Black with #C8567C

Text Example


Text Example

White with #C8567C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8567C; }

 p { color: rgb(200,86,124); }

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

background-color css

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

 a { background-color: rgb(200,86,124); }

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

border-color css

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

 span { border-color: rgb(200,86,124); }

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