#CCBA96

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

Shades of Sour Dough #CCBA96

Tints of Sour Dough #CCBA96

Color information

#CCBA96 (or 0xCCBA96) is unknown color: approx Sour Dough. HEX triplet: CC, BA and 96. RGB value is (204,186,150). Sum of RGB (Red+Green+Blue) = 204+186+150=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA96 is #334569. Grayscale: #BBBBBB. Windows color (decimal): -3360106 or 9878220. OLE color: 9878220.

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

Color convert

RGB204186150-
CMYK00.090.260.2
HSL40º34.62%69.41%-
HSV(B)40º26.47%80%-
XYZ47.9750.1636.01-
YUV187.28106.96139.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.78%
GREEN value IS 186 (73.05% from 255) = 34.44%
BLUE value IS 150 (58.98% from 255) = 27.78%
R=37.78%
G=34.44%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418615000.090.260.24034.6269.41
HexCCBA96091A14282345
Octal31427222601132245043105
Binary1100110010111010100101100100111010101001010001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA96; }

 p { color: rgb(204,186,150); }

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

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

 a { background-color: rgb(204,186,150); }

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

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

 span { border-color: rgb(204,186,150); }

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