#CCB99F

Color #CCB99F Grain Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grain Brown #CCB99F

Tints of Grain Brown #CCB99F

Color information

#CCB99F (or 0xCCB99F) is unknown color: approx Grain Brown. HEX triplet: CC, B9 and 9F. RGB value is (204,185,159). Sum of RGB (Red+Green+Blue) = 204+185+159=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 159 (62.5% from 255 or 29.01% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB99F is #334660. Grayscale: #BBBBBB. Windows color (decimal): -3360353 or 10467788. OLE color: 10467788.

HSL color Cylindrical-coordinate representation of color #CCB99F: hue angle of 34.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 #CCB99F is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB204185159-
CMYK00.090.220.2
HSL34.67º30.61%71.18%-
HSV(B)34.67º22.06%80%-
XYZ48.5150.0439.9-
YUV187.72111.79139.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.23%
GREEN value IS 185 (72.66% from 255) = 33.76%
BLUE value IS 159 (62.5% from 255) = 29.01%
R=37.23%
G=33.76%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418515900.090.220.234.6730.6171.18
HexCCB99F091614231f47
Octal31427123701126244337107
Binary110011001011100110011111010011011010100100011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB99F; }

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

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

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

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

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

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

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

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