Html Css Color HEX #CCBAA3 Grain Brown

📋 copy color: '#CCBAA3'

red 204 ◦ green 186 ◦ blue 163

#CCBAA3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grain Brown #CCBAA3

Tints of Grain Brown #CCBAA3

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 value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#CCBAA3 (or 0xCCBAA3) is known color: 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

RGB 204 186 163 -
CMYK 0 0.09 0.20 0.2
HSL 33.66º 0.29% 0.72% -
HSV(B) 33.66º 0.2% 0.8% -
XYZ 49.07 50.6 41.83 -
YUV 188.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 204 186 163 0 0.09 0.20 0.2 33.66 0.29 0.72
Hex CC BA A3 0 9 14 14 22 1D 48
Octal 314 272 243 0 11 24 24 42 35 110
Binary 11001100 10111010 10100011 0 1001 10100 10100 100010 11101 1001000

Color Harmonies of #CCBAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBAA3

Black with #CCBAA3

Text Example


Text Example

White with #CCBAA3

Text Example


Text Example

HTML Codes & Css Web 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>