Html Css Color HEX #CBB7A3 Grain Brown

📋 copy color: '#CBB7A3'

red 203 ◦ green 183 ◦ blue 163

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

Shades of Grain Brown #CBB7A3

Tints of Grain Brown #CBB7A3

RGB

 RED value IS 203 (79.69% from 255) = 36.98%

 GREEN value IS 183 (71.88% from 255) = 33.33%

 BLUE value IS 163 (64.06% from 255) = 29.69%

R = 36.98%
G = 33.33%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#CBB7A3 (or 0xCBB7A3) is known color: Grain Brown. HEX triplet: CB, B7 and A3. RGB value is (203,183,163). Sum of RGB (Red+Green+Blue) = 203+183+163=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 163 (64.06% from 255 or 29.69% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB7A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB7A3 is #34485C. Grayscale: #BABABA. Windows color (decimal): -3426397 or 10729419. OLE color: 10729419.

HSL color Cylindrical-coordinate representation of color #CBB7A3: hue angle of 30º 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 #CBB7A3 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 183 163 -
CMYK 0 0.10 0.20 0.20
HSL 30º 0.28% 0.72% -
HSV(B) 30º 0.2% 0.8% -
XYZ 48.17 49.21 41.61 -
YUV 186.7 114.63 139.63 -
System Red Green Blue C M Y K H S L
Decimal 203 183 163 0 0.10 0.20 0.20 30 0.28 0.72
Hex CB B7 A3 0 A 14 14 1E 1C 48
Octal 313 267 243 0 12 24 24 36 34 110
Binary 11001011 10110111 10100011 0 1010 10100 10100 11110 11100 1001000

Color Harmonies of #CBB7A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB7A3

Black with #CBB7A3

Text Example


Text Example

White with #CBB7A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB7A3; }

 p { color: rgb(203,183,163); }

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

background-color css

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

 a { background-color: rgb(203,183,163); }

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

border-color css

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

 span { border-color: rgb(203,183,163); }

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