#CCB895

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

Shades of Sour Dough #CCB895

Tints of Sour Dough #CCB895

Color information

#CCB895 (or 0xCCB895) is unknown color: approx Sour Dough. HEX triplet: CC, B8 and 95. RGB value is (204,184,149). Sum of RGB (Red+Green+Blue) = 204+184+149=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB895 is #33476A. Grayscale: #BABABA. Windows color (decimal): -3360619 or 9812172. OLE color: 9812172.

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

Color convert

RGB204184149-
CMYK00.100.270.2
HSL38.18º35.03%69.22%-
HSV(B)38.18º26.96%80%-
XYZ47.4749.2935.45-
YUV185.99107.13140.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.99%
GREEN value IS 184 (72.27% from 255) = 34.26%
BLUE value IS 149 (58.59% from 255) = 27.75%
R=37.99%
G=34.26%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418414900.100.270.238.1835.0369.22
HexCCB8950A1B14262345
Octal31427022501233244643105
Binary1100110010111000100101010101011011101001001101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB895; }

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

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

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

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

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

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

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

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