#CCBA99

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

Shades of Sour Dough #CCBA99

Tints of Sour Dough #CCBA99

Color information

#CCBA99 (or 0xCCBA99) is unknown color: approx Sour Dough. HEX triplet: CC, BA and 99. RGB value is (204,186,153). Sum of RGB (Red+Green+Blue) = 204+186+153=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA99 is #334566. Grayscale: #BBBBBB. Windows color (decimal): -3360103 or 10074828. OLE color: 10074828.

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

Color convert

RGB204186153-
CMYK00.090.250.2
HSL38.82º33.33%70%-
HSV(B)38.82º25%80%-
XYZ48.2150.2637.3-
YUV187.62108.46139.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.57%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 153 (60.16% from 255) = 28.18%
R=37.57%
G=34.25%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418615300.090.250.238.8233.3370
HexCCBA99091914272146
Octal31427223101131244741106
Binary1100110010111010100110010100111001101001001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA99; }

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

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

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

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

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

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

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

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