#cbb89b

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

Shades of Sour Dough #CBB89B

Tints of Sour Dough #CBB89B

Color information

#CBB89B (or 0xCBB89B) is unknown color: approx Sour Dough. HEX triplet: CB, B8 and 9B. RGB value is (203,184,155). Sum of RGB (Red+Green+Blue) = 203+184+155=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB89B is #344764. Grayscale: #BABABA. Windows color (decimal): -3426149 or 10205387. OLE color: 10205387.

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

Color convert

RGB203184155-
CMYK00.090.240.20
HSL36.25º31.58%70.2%-
HSV(B)36.25º23.65%79.61%-
XYZ47.6949.3438.02-
YUV186.38110.29139.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.45%
GREEN value IS 184 (72.27% from 255) = 33.95%
BLUE value IS 155 (60.94% from 255) = 28.60%
R=37.45%
G=33.95%
B=28.60%

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
Decimal20318415500.090.240.2036.2531.5870.2
HexCBB89B091814242046
Octal31327023301130244440106
Binary1100101110111000100110110100111000101001001001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbb89b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbb89b; }

 p { color: rgb(203,184,155); }

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

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

 a { background-color: rgb(203,184,155); }

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

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

 span { border-color: rgb(203,184,155); }

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