#CCBA93

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

Shades of Sour Dough #CCBA93

Tints of Sour Dough #CCBA93

Color information

#CCBA93 (or 0xCCBA93) is unknown color: approx Sour Dough. HEX triplet: CC, BA and 93. RGB value is (204,186,147). Sum of RGB (Red+Green+Blue) = 204+186+147=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 147 (57.81% from 255 or 27.37% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA93 is #33456C. Grayscale: #BBBBBB. Windows color (decimal): -3360109 or 9681612. OLE color: 9681612.

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

Color convert

RGB204186147-
CMYK00.090.280.2
HSL41.05º35.85%68.82%-
HSV(B)41.05º27.94%80%-
XYZ47.7350.0634.75-
YUV186.94105.46140.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.99%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 147 (57.81% from 255) = 27.37%
R=37.99%
G=34.64%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418614700.090.280.241.0535.8568.82
HexCCBA93091C14292445
Octal31427222301134245144105
Binary1100110010111010100100110100111100101001010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA93; }

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

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

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

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

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

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

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

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