#CCBAA4

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

Shades of Grain Brown #CCBAA4

Tints of Grain Brown #CCBAA4

Color information

#CCBAA4 (or 0xCCBAA4) is unknown color: approx Grain Brown. HEX triplet: CC, BA and A4. RGB value is (204,186,164). Sum of RGB (Red+Green+Blue) = 204+186+164=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 164 (64.45% from 255 or 29.60% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBAA4 is #33455B. Grayscale: #BCBCBC. Windows color (decimal): -3360092 or 10795724. OLE color: 10795724.

HSL color Cylindrical-coordinate representation of color #CCBAA4: hue angle of 33º degrees, saturation: 0.28, 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 #CCBAA4 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB204186164-
CMYK00.090.200.2
HSL33º28.17%72.16%-
HSV(B)33º19.61%80%-
XYZ49.1650.6442.3-
YUV188.87113.96138.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.82%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 164 (64.45% from 255) = 29.60%
R=36.82%
G=33.57%
B=29.60%

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
Decimal20418616400.090.200.23328.1772.16
HexCCBAA4091414211c48
Octal31427224401124244134110
Binary110011001011101010100100010011010010100100001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAA4; }

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

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

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

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

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

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

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

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