#CBB492

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

Shades of Sour Dough #CBB492

Tints of Sour Dough #CBB492

Color information

#CBB492 (or 0xCBB492) is unknown color: approx Sour Dough. HEX triplet: CB, B4 and 92. RGB value is (203,180,146). Sum of RGB (Red+Green+Blue) = 203+180+146=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB492 is #344B6D. Grayscale: #B7B7B7. Windows color (decimal): -3427182 or 9614539. OLE color: 9614539.

HSL color Cylindrical-coordinate representation of color #CBB492: hue angle of 35.79º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBB492 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB203180146-
CMYK00.110.280.20
HSL35.79º35.4%68.43%-
HSV(B)35.79º28.08%79.61%-
XYZ46.1447.4133.91-
YUV183107.12142.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.37%
GREEN value IS 180 (70.70% from 255) = 34.03%
BLUE value IS 146 (57.42% from 255) = 27.60%
R=38.37%
G=34.03%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318014600.110.280.2035.7935.468.43
HexCBB4920B1C14242344
Octal31326422201334244443104
Binary1100101110110100100100100101111100101001001001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB492; }

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

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

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

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

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

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

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

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