#CCB593

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

Shades of Sour Dough #CCB593

Tints of Sour Dough #CCB593

Color information

#CCB593 (or 0xCCB593) is unknown color: approx Sour Dough. HEX triplet: CC, B5 and 93. RGB value is (204,181,147). Sum of RGB (Red+Green+Blue) = 204+181+147=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB593 is #334A6C. Grayscale: #B8B8B8. Windows color (decimal): -3361389 or 9680332. OLE color: 9680332.

HSL color Cylindrical-coordinate representation of color #CCB593: hue angle of 35.79º degrees, saturation: 0.36, 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 #CCB593 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB204181147-
CMYK00.110.280.2
HSL35.79º35.85%68.82%-
HSV(B)35.79º27.94%80%-
XYZ46.6947.9934.41-
YUV184107.12142.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.35%
GREEN value IS 181 (71.09% from 255) = 34.02%
BLUE value IS 147 (57.81% from 255) = 27.63%
R=38.35%
G=34.02%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418114700.110.280.235.7935.8568.82
HexCCB5930B1C14242445
Octal31426522301334244444105
Binary1100110010110101100100110101111100101001001001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB593; }

 p { color: rgb(204,181,147); }

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

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

 a { background-color: rgb(204,181,147); }

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

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

 span { border-color: rgb(204,181,147); }

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