#CBBA97

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

Shades of Sour Dough #CBBA97

Tints of Sour Dough #CBBA97

Color information

#CBBA97 (or 0xCBBA97) is unknown color: approx Sour Dough. HEX triplet: CB, BA and 97. RGB value is (203,186,151). Sum of RGB (Red+Green+Blue) = 203+186+151=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBA97 is #344568. Grayscale: #BBBBBB. Windows color (decimal): -3425641 or 9943755. OLE color: 9943755.

HSL color Cylindrical-coordinate representation of color #CBBA97: hue angle of 40.38º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBBA97 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB203186151-
CMYK00.080.260.20
HSL40.38º33.33%69.41%-
HSV(B)40.38º25.62%79.61%-
XYZ47.7750.0536.42-
YUV187.09107.63139.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.59%
GREEN value IS 186 (73.05% from 255) = 34.44%
BLUE value IS 151 (59.38% from 255) = 27.96%
R=37.59%
G=34.44%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318615100.080.260.2040.3833.3369.41
HexCBBA97081A14282145
Octal31327222701032245041105
Binary1100101110111010100101110100011010101001010001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBA97; }

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

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

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

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

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

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

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

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