Html Css Color HEX #C8646E Cabaret

📋 copy color: '#C8646E'

red 200 ◦ green 100 ◦ blue 110

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

Shades of Cabaret #C8646E

Tints of Cabaret #C8646E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.39%

 BLUE value IS 110 (43.36% from 255) = 26.83%

R = 48.78%
G = 24.39%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C8646E (or 0xC8646E) is known color: Cabaret. HEX triplet: C8, 64 and 6E. RGB value is (200,100,110). Sum of RGB (Red+Green+Blue) = 200+100+110=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8646E is #379B91. Grayscale: #838383. Windows color (decimal): -3644306 or 7234760. OLE color: 7234760.

HSL color Cylindrical-coordinate representation of color #C8646E: hue angle of 354º degrees, saturation: 0.48, 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 #C8646E is Cyan = 0, Magento = 0.5, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 100 110 -
CMYK 0 0.5 0.45 0.22
HSL 354º 0.48% 0.59% -
HSV(B) 354º 0.5% 0.78% -
XYZ 31.19 22.52 17.45 -
YUV 131.04 116.13 177.19 -
System Red Green Blue C M Y K H S L
Decimal 200 100 110 0 0.5 0.45 0.22 354 0.48 0.59
Hex C8 64 6E 0 32 2D 16 162 30 3B
Octal 310 144 156 0 62 55 26 542 60 73
Binary 11001000 1100100 1101110 0 110010 101101 10110 101100010 110000 111011

Color Harmonies of #C8646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8646E

Black with #C8646E

Text Example


Text Example

White with #C8646E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8646E; }

 p { color: rgb(200,100,110); }

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

background-color css

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

 a { background-color: rgb(200,100,110); }

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

border-color css

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

 span { border-color: rgb(200,100,110); }

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