Html Css Color HEX #CCBA9E Grain Brown

📋 copy color: '#CCBA9E'

red 204 ◦ green 186 ◦ blue 158

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

Shades of Grain Brown #CCBA9E

Tints of Grain Brown #CCBA9E

RGB

 RED value IS 204 (80.08% from 255) = 37.23%

 GREEN value IS 186 (73.05% from 255) = 33.94%

 BLUE value IS 158 (62.11% from 255) = 28.83%

R = 37.23%
G = 33.94%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CCBA9E (or 0xCCBA9E) is known color: Grain Brown. HEX triplet: CC, BA and 9E. RGB value is (204,186,158). Sum of RGB (Red+Green+Blue) = 204+186+158=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 158 (62.11% from 255 or 28.83% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA9E is #334561. Grayscale: #BCBCBC. Windows color (decimal): -3360098 or 10402508. OLE color: 10402508.

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

Color convert

RGB 204 186 158 -
CMYK 0 0.09 0.23 0.2
HSL 36.52º 0.31% 0.71% -
HSV(B) 36.52º 0.23% 0.8% -
XYZ 48.63 50.42 39.52 -
YUV 188.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 204 186 158 0 0.09 0.23 0.2 36.52 0.31 0.71
Hex CC BA 9E 0 9 17 14 25 1F 47
Octal 314 272 236 0 11 27 24 45 37 107
Binary 11001100 10111010 10011110 0 1001 10111 10100 100101 11111 1000111

Color Harmonies of #CCBA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA9E

Black with #CCBA9E

Text Example


Text Example

White with #CCBA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA9E; }

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

 H1.HeaderClassName
 {
   color: #CCBA9E;
 }
 .AnyTagClassName
 {
   color: #CCBA9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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