Html Css Color HEX #CBB6A8 Grain Brown

📋 copy color: '#CBB6A8'

red 203 ◦ green 182 ◦ blue 168

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

Shades of Grain Brown #CBB6A8

Tints of Grain Brown #CBB6A8

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.91%

 BLUE value IS 168 (66.02% from 255) = 30.38%

R = 36.71%
G = 32.91%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CBB6A8 (or 0xCBB6A8) is known color: Grain Brown. HEX triplet: CB, B6 and A8. RGB value is (203,182,168). Sum of RGB (Red+Green+Blue) = 203+182+168=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 168 (66.02% from 255 or 30.38% from 553); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB6A8 is #344957. Grayscale: #BABABA. Windows color (decimal): -3426648 or 11056843. OLE color: 11056843.

HSL color Cylindrical-coordinate representation of color #CBB6A8: hue angle of 24º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBB6A8 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 182 168 -
CMYK 0 0.10 0.17 0.20
HSL 24º 0.25% 0.73% -
HSV(B) 24º 0.17% 0.8% -
XYZ 48.42 48.98 43.95 -
YUV 186.68 117.46 139.64 -
System Red Green Blue C M Y K H S L
Decimal 203 182 168 0 0.10 0.17 0.20 24 0.25 0.73
Hex CB B6 A8 0 A 11 14 18 19 49
Octal 313 266 250 0 12 21 24 30 31 111
Binary 11001011 10110110 10101000 0 1010 10001 10100 11000 11001 1001001

Color Harmonies of #CBB6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB6A8

Black with #CBB6A8

Text Example


Text Example

White with #CBB6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB6A8; }

 p { color: rgb(203,182,168); }

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

background-color css

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

 a { background-color: rgb(203,182,168); }

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

border-color css

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

 span { border-color: rgb(203,182,168); }

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