#CCB595

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

Shades of Sour Dough #CCB595

Tints of Sour Dough #CCB595

Color information

#CCB595 (or 0xCCB595) is unknown color: approx Sour Dough. HEX triplet: CC, B5 and 95. RGB value is (204,181,149). Sum of RGB (Red+Green+Blue) = 204+181+149=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB595 is #334A6A. Grayscale: #B8B8B8. Windows color (decimal): -3361387 or 9811404. OLE color: 9811404.

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

Color convert

RGB204181149-
CMYK00.110.270.2
HSL34.91º35.03%69.22%-
HSV(B)34.91º26.96%80%-
XYZ46.8548.0635.24-
YUV184.23108.12142.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 181 (71.09% from 255) = 33.90%
BLUE value IS 149 (58.59% from 255) = 27.90%
R=38.20%
G=33.90%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418114900.110.270.234.9135.0369.22
HexCCB5950B1B14232345
Octal31426522501333244343105
Binary1100110010110101100101010101111011101001000111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB595; }

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

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

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

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

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

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

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

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