#CCBAA3

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

Shades of Grain Brown #CCBAA3

Tints of Grain Brown #CCBAA3

Color information

#CCBAA3 (or 0xCCBAA3) is unknown color: approx Grain Brown. HEX triplet: CC, BA and A3. RGB value is (204,186,163). Sum of RGB (Red+Green+Blue) = 204+186+163=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 163 (64.06% from 255 or 29.48% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBAA3 is #33455C. Grayscale: #BCBCBC. Windows color (decimal): -3360093 or 10730188. OLE color: 10730188.

HSL color Cylindrical-coordinate representation of color #CCBAA3: hue angle of 33.66º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCBAA3 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB204186163-
CMYK00.090.200.2
HSL33.66º28.67%71.96%-
HSV(B)33.66º20.1%80%-
XYZ49.0750.641.83-
YUV188.76113.46138.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 186 (73.05% from 255) = 33.63%
BLUE value IS 163 (64.06% from 255) = 29.48%
R=36.89%
G=33.63%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418616300.090.200.233.6628.6771.96
HexCCBAA3091414221d48
Octal31427224301124244235110
Binary110011001011101010100011010011010010100100010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAA3; }

 p { color: rgb(204,186,163); }

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

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

 a { background-color: rgb(204,186,163); }

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

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

 span { border-color: rgb(204,186,163); }

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