#CBB193

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

Shades of Sour Dough #CBB193

Tints of Sour Dough #CBB193

Color information

#CBB193 (or 0xCBB193) is unknown color: approx Sour Dough. HEX triplet: CB, B1 and 93. RGB value is (203,177,147). Sum of RGB (Red+Green+Blue) = 203+177+147=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB193 is #344E6C. Grayscale: #B5B5B5. Windows color (decimal): -3427949 or 9679307. OLE color: 9679307.

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

Color convert

RGB203177147-
CMYK00.130.280.20
HSL32.14º35%68.63%-
HSV(B)32.14º27.59%79.61%-
XYZ45.6246.2534.13-
YUV181.35108.61143.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.52%
GREEN value IS 177 (69.53% from 255) = 33.59%
BLUE value IS 147 (57.81% from 255) = 27.89%
R=38.52%
G=33.59%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317714700.130.280.2032.143568.63
HexCBB1930D1C14202345
Octal31326122301534244043105
Binary1100101110110001100100110110111100101001000001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB193; }

 p { color: rgb(203,177,147); }

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

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

 a { background-color: rgb(203,177,147); }

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

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

 span { border-color: rgb(203,177,147); }

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