#CCB395

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

Shades of Sour Dough #CCB395

Tints of Sour Dough #CCB395

Color information

#CCB395 (or 0xCCB395) is unknown color: approx Sour Dough. HEX triplet: CC, B3 and 95. RGB value is (204,179,149). Sum of RGB (Red+Green+Blue) = 204+179+149=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB395 is #334C6A. Grayscale: #B7B7B7. Windows color (decimal): -3361899 or 9810892. OLE color: 9810892.

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

Color convert

RGB204179149-
CMYK00.120.270.2
HSL32.73º35.03%69.22%-
HSV(B)32.73º26.96%80%-
XYZ46.4547.2535.11-
YUV183.05108.78142.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.35%
GREEN value IS 179 (70.31% from 255) = 33.65%
BLUE value IS 149 (58.59% from 255) = 28.01%
R=38.35%
G=33.65%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417914900.120.270.232.7335.0369.22
HexCCB3950C1B14212345
Octal31426322501433244143105
Binary1100110010110011100101010110011011101001000011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB395; }

 p { color: rgb(204,179,149); }

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

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

 a { background-color: rgb(204,179,149); }

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

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

 span { border-color: rgb(204,179,149); }

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