Html Css Color HEX #C8466F Cabaret

📋 copy color: '#C8466F'

red 200 ◦ green 70 ◦ blue 111

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

Shades of Cabaret #C8466F

Tints of Cabaret #C8466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.37%

 BLUE value IS 111 (43.75% from 255) = 29.13%

R = 52.49%
G = 18.37%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C8466F (or 0xC8466F) is known color: Cabaret. HEX triplet: C8, 46 and 6F. RGB value is (200,70,111). Sum of RGB (Red+Green+Blue) = 200+70+111=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C8466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8466F is #37B990. Grayscale: #717171. Windows color (decimal): -3651985 or 7292616. OLE color: 7292616.

HSL color Cylindrical-coordinate representation of color #C8466F: hue angle of 341.08º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8466F is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 70 111 -
CMYK 0 0.65 0.44 0.22
HSL 341.08º 0.54% 0.53% -
HSV(B) 341.08º 0.65% 0.78% -
XYZ 28.88 17.81 16.95 -
YUV 113.54 126.57 189.67 -
System Red Green Blue C M Y K H S L
Decimal 200 70 111 0 0.65 0.44 0.22 341.08 0.54 0.53
Hex C8 46 6F 0 41 2C 16 155 36 35
Octal 310 106 157 0 101 54 26 525 66 65
Binary 11001000 1000110 1101111 0 1000001 101100 10110 101010101 110110 110101

Color Harmonies of #C8466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8466F

Black with #C8466F

Text Example


Text Example

White with #C8466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8466F; }

 p { color: rgb(200,70,111); }

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

background-color css

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

 a { background-color: rgb(200,70,111); }

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

border-color css

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

 span { border-color: rgb(200,70,111); }

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