#CBBA9C

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

Shades of Sour Dough #CBBA9C

Tints of Sour Dough #CBBA9C

Color information

#CBBA9C (or 0xCBBA9C) is unknown color: approx Sour Dough. HEX triplet: CB, BA and 9C. RGB value is (203,186,156). Sum of RGB (Red+Green+Blue) = 203+186+156=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBA9C is #344563. Grayscale: #BBBBBB. Windows color (decimal): -3425636 or 10271435. OLE color: 10271435.

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

Color convert

RGB203186156-
CMYK00.080.230.20
HSL38.3º31.13%70.39%-
HSV(B)38.3º23.15%79.61%-
XYZ48.1950.2138.61-
YUV187.66110.13138.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.25%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 156 (61.33% from 255) = 28.62%
R=37.25%
G=34.13%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318615600.080.230.2038.331.1370.39
HexCBBA9C081714261f46
Octal31327223401027244637106
Binary110010111011101010011100010001011110100100110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBA9C; }

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

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

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

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

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

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

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

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