#CBB597

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

Shades of Sour Dough #CBB597

Tints of Sour Dough #CBB597

Color information

#CBB597 (or 0xCBB597) is unknown color: approx Sour Dough. HEX triplet: CB, B5 and 97. RGB value is (203,181,151). Sum of RGB (Red+Green+Blue) = 203+181+151=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 151 (59.38% from 255 or 28.22% from 535); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB597 is #344A68. Grayscale: #B8B8B8. Windows color (decimal): -3426921 or 9942475. OLE color: 9942475.

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

Color convert

RGB203181151-
CMYK00.110.260.20
HSL34.62º33.33%69.41%-
HSV(B)34.62º25.62%79.61%-
XYZ46.7447.9836.08-
YUV184.16109.29141.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.94%
GREEN value IS 181 (71.09% from 255) = 33.83%
BLUE value IS 151 (59.38% from 255) = 28.22%
R=37.94%
G=33.83%
B=28.22%

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
Decimal20318115100.110.260.2034.6233.3369.41
HexCBB5970B1A14232145
Octal31326522701332244341105
Binary1100101110110101100101110101111010101001000111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB597; }

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

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

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

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

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

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

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

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