#CBB497

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

Shades of Sour Dough #CBB497

Tints of Sour Dough #CBB497

Color information

#CBB497 (or 0xCBB497) is unknown color: approx Sour Dough. HEX triplet: CB, B4 and 97. RGB value is (203,180,151). Sum of RGB (Red+Green+Blue) = 203+180+151=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB497 is #344B68. Grayscale: #B7B7B7. Windows color (decimal): -3427177 or 9942219. OLE color: 9942219.

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

Color convert

RGB203180151-
CMYK00.110.260.20
HSL33.46º33.33%69.41%-
HSV(B)33.46º25.62%79.61%-
XYZ46.5447.5736.01-
YUV183.57109.62141.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.01%
GREEN value IS 180 (70.70% from 255) = 33.71%
BLUE value IS 151 (59.38% from 255) = 28.28%
R=38.01%
G=33.71%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318015100.110.260.2033.4633.3369.41
HexCBB4970B1A14212145
Octal31326422701332244141105
Binary1100101110110100100101110101111010101001000011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB497; }

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

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

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

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

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

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

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

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