#CBB89C

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

Shades of Sour Dough #CBB89C

Tints of Sour Dough #CBB89C

Color information

#CBB89C (or 0xCBB89C) is unknown color: approx Sour Dough. HEX triplet: CB, B8 and 9C. RGB value is (203,184,156). Sum of RGB (Red+Green+Blue) = 203+184+156=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB89C is #344763. Grayscale: #BABABA. Windows color (decimal): -3426148 or 10270923. OLE color: 10270923.

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

Color convert

RGB203184156-
CMYK00.090.230.20
HSL35.74º31.13%70.39%-
HSV(B)35.74º23.15%79.61%-
XYZ47.7749.3838.47-
YUV186.49110.79139.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.38%
GREEN value IS 184 (72.27% from 255) = 33.89%
BLUE value IS 156 (61.33% from 255) = 28.73%
R=37.38%
G=33.89%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318415600.090.230.2035.7431.1370.39
HexCBB89C091714241f46
Octal31327023401127244437106
Binary110010111011100010011100010011011110100100100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB89C; }

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

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

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

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

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

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

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

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