#CBB293

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

Shades of Sour Dough #CBB293

Tints of Sour Dough #CBB293

Color information

#CBB293 (or 0xCBB293) is unknown color: approx Sour Dough. HEX triplet: CB, B2 and 93. RGB value is (203,178,147). Sum of RGB (Red+Green+Blue) = 203+178+147=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB293 is #344D6C. Grayscale: #B6B6B6. Windows color (decimal): -3427693 or 9679563. OLE color: 9679563.

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

Color convert

RGB203178147-
CMYK00.120.280.20
HSL33.21º35%68.63%-
HSV(B)33.21º27.59%79.61%-
XYZ45.8246.6434.19-
YUV181.94108.28143.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.45%
GREEN value IS 178 (69.92% from 255) = 33.71%
BLUE value IS 147 (57.81% from 255) = 27.84%
R=38.45%
G=33.71%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317814700.120.280.2033.213568.63
HexCBB2930C1C14212345
Octal31326222301434244143105
Binary1100101110110010100100110110011100101001000011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB293; }

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

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

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

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

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

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

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

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