#CBB998

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

Shades of Sour Dough #CBB998

Tints of Sour Dough #CBB998

Color information

#CBB998 (or 0xCBB998) is unknown color: approx Sour Dough. HEX triplet: CB, B9 and 98. RGB value is (203,185,152). Sum of RGB (Red+Green+Blue) = 203+185+152=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB998 is #344667. Grayscale: #BABABA. Windows color (decimal): -3425896 or 10009035. OLE color: 10009035.

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

Color convert

RGB203185152-
CMYK00.090.250.20
HSL38.82º32.9%69.61%-
HSV(B)38.82º25.12%79.61%-
XYZ47.6549.6636.78-
YUV186.62108.46139.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.59%
GREEN value IS 185 (72.66% from 255) = 34.26%
BLUE value IS 152 (59.77% from 255) = 28.15%
R=37.59%
G=34.26%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318515200.090.250.2038.8232.969.61
HexCBB998091914272146
Octal31327123001131244741106
Binary1100101110111001100110000100111001101001001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB998; }

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

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

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

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

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

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

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

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