#C8BCA7

Color #C8BCA7 Soft Amber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soft Amber #C8BCA7

Tints of Soft Amber #C8BCA7

Color information

#C8BCA7 (or 0xC8BCA7) is unknown color: approx Soft Amber. HEX triplet: C8, BC and A7. RGB value is (200,188,167). Sum of RGB (Red+Green+Blue) = 200+188+167=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 167 (65.62% from 255 or 30.09% from 555); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BCA7 is #374358. Grayscale: #BDBDBD. Windows color (decimal): -3621721 or 10992840. OLE color: 10992840.

HSL color Cylindrical-coordinate representation of color #C8BCA7: hue angle of 38.18º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8BCA7 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB200188167-
CMYK00.060.160.22
HSL38.18º23.08%71.96%-
HSV(B)38.18º16.5%78.43%-
XYZ48.7851.0443.84-
YUV189.19115.48135.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.04%
GREEN value IS 188 (73.83% from 255) = 33.87%
BLUE value IS 167 (65.62% from 255) = 30.09%
R=36.04%
G=33.87%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018816700.060.160.2238.1823.0871.96
HexC8BCA7061016261748
Octal3102742470620264627110
Binary11001000101111001010011101101000010110100110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BCA7; }

 p { color: rgb(200,188,167); }

 H1.HeaderClassName
 {
   color: #C8BCA7;
 }
 .AnyTagClassName
 {
   color: #C8BCA7;
 }
</style>
background-color css

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

 a { background-color: rgb(200,188,167); }

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

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

 span { border-color: rgb(200,188,167); }

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