#CBB698

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

Shades of Sour Dough #CBB698

Tints of Sour Dough #CBB698

Color information

#CBB698 (or 0xCBB698) is unknown color: approx Sour Dough. HEX triplet: CB, B6 and 98. RGB value is (203,182,152). Sum of RGB (Red+Green+Blue) = 203+182+152=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB698 is #344967. Grayscale: #B9B9B9. Windows color (decimal): -3426664 or 10008267. OLE color: 10008267.

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

Color convert

RGB203182152-
CMYK00.100.250.20
HSL35.29º32.9%69.61%-
HSV(B)35.29º25.12%79.61%-
XYZ47.0248.4236.57-
YUV184.86109.46140.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.80%
GREEN value IS 182 (71.48% from 255) = 33.89%
BLUE value IS 152 (59.77% from 255) = 28.31%
R=37.80%
G=33.89%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318215200.100.250.2035.2932.969.61
HexCBB6980A1914232146
Octal31326623001231244341106
Binary1100101110110110100110000101011001101001000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB698; }

 p { color: rgb(203,182,152); }

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

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

 a { background-color: rgb(203,182,152); }

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

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

 span { border-color: rgb(203,182,152); }

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