#CBB99A

Color #CBB99A Sour Dough (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sour Dough #CBB99A

Tints of Sour Dough #CBB99A

Color information

#CBB99A (or 0xCBB99A) is unknown color: approx Sour Dough. HEX triplet: CB, B9 and 9A. RGB value is (203,185,154). Sum of RGB (Red+Green+Blue) = 203+185+154=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB99A is #344665. Grayscale: #BABABA. Windows color (decimal): -3425894 or 10140107. OLE color: 10140107.

HSL color Cylindrical-coordinate representation of color #CBB99A: hue angle of 37.96º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBB99A is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB203185154-
CMYK00.090.240.20
HSL37.96º32.03%70%-
HSV(B)37.96º24.14%79.61%-
XYZ47.8149.7337.65-
YUV186.85109.46139.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.45%
GREEN value IS 185 (72.66% from 255) = 34.13%
BLUE value IS 154 (60.55% from 255) = 28.41%
R=37.45%
G=34.13%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318515400.090.240.2037.9632.0370
HexCBB99A091814262046
Octal31327123201130244640106
Binary1100101110111001100110100100111000101001001101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB99A; }

 p { color: rgb(203,185,154); }

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

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

 a { background-color: rgb(203,185,154); }

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

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

 span { border-color: rgb(203,185,154); }

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