Html Css Color HEX #C86570 Cabaret

📋 copy color: '#C86570'

red 200 ◦ green 101 ◦ blue 112

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

Shades of Cabaret #C86570

Tints of Cabaret #C86570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.46%

 BLUE value IS 112 (44.14% from 255) = 27.12%

R = 48.43%
G = 24.46%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C86570 (or 0xC86570) is known color: Cabaret. HEX triplet: C8, 65 and 70. RGB value is (200,101,112). Sum of RGB (Red+Green+Blue) = 200+101+112=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C86570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86570 is #379A8F. Grayscale: #838383. Windows color (decimal): -3644048 or 7366088. OLE color: 7366088.

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

Color convert

RGB 200 101 112 -
CMYK 0 0.49 0.44 0.22
HSL 353.33º 0.47% 0.59% -
HSV(B) 353.33º 0.5% 0.78% -
XYZ 31.4 22.76 18.07 -
YUV 131.86 116.8 176.61 -
System Red Green Blue C M Y K H S L
Decimal 200 101 112 0 0.49 0.44 0.22 353.33 0.47 0.59
Hex C8 65 70 0 31 2C 16 161 2F 3B
Octal 310 145 160 0 61 54 26 541 57 73
Binary 11001000 1100101 1110000 0 110001 101100 10110 101100001 101111 111011

Color Harmonies of #C86570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86570

Black with #C86570

Text Example


Text Example

White with #C86570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86570; }

 p { color: rgb(200,101,112); }

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

background-color css

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

 a { background-color: rgb(200,101,112); }

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

border-color css

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

 span { border-color: rgb(200,101,112); }

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