#CCBC9F

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

Shades of Soft Amber #CCBC9F

Tints of Soft Amber #CCBC9F

Color information

#CCBC9F (or 0xCCBC9F) is unknown color: approx Soft Amber. HEX triplet: CC, BC and 9F. RGB value is (204,188,159). Sum of RGB (Red+Green+Blue) = 204+188+159=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 159 (62.5% from 255 or 28.86% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBC9F is #334360. Grayscale: #BDBDBD. Windows color (decimal): -3359585 or 10468556. OLE color: 10468556.

HSL color Cylindrical-coordinate representation of color #CCBC9F: hue angle of 38.67º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCBC9F is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB204188159-
CMYK00.080.220.2
HSL38.67º30.61%71.18%-
HSV(B)38.67º22.06%80%-
XYZ49.1451.3140.11-
YUV189.48110.8138.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 188 (73.83% from 255) = 34.12%
BLUE value IS 159 (62.5% from 255) = 28.86%
R=37.02%
G=34.12%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418815900.080.220.238.6730.6171.18
HexCCBC9F081614271f47
Octal31427423701026244737107
Binary110011001011110010011111010001011010100100111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC9F; }

 p { color: rgb(204,188,159); }

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

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

 a { background-color: rgb(204,188,159); }

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

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

 span { border-color: rgb(204,188,159); }

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