#CCB995

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

Shades of Sour Dough #CCB995

Tints of Sour Dough #CCB995

Color information

#CCB995 (or 0xCCB995) is unknown color: approx Sour Dough. HEX triplet: CC, B9 and 95. RGB value is (204,185,149). Sum of RGB (Red+Green+Blue) = 204+185+149=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB995 is #33466A. Grayscale: #BABABA. Windows color (decimal): -3360363 or 9812428. OLE color: 9812428.

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

Color convert

RGB204185149-
CMYK00.090.270.2
HSL39.27º35.03%69.22%-
HSV(B)39.27º26.96%80%-
XYZ47.6849.7135.52-
YUV186.58106.79140.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.92%
GREEN value IS 185 (72.66% from 255) = 34.39%
BLUE value IS 149 (58.59% from 255) = 27.70%
R=37.92%
G=34.39%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418514900.090.270.239.2735.0369.22
HexCCB995091B14272345
Octal31427122501133244743105
Binary1100110010111001100101010100111011101001001111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB995; }

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

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

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

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

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

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

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

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