#CCBA94

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

Shades of Sour Dough #CCBA94

Tints of Sour Dough #CCBA94

Color information

#CCBA94 (or 0xCCBA94) is unknown color: approx Sour Dough. HEX triplet: CC, BA and 94. RGB value is (204,186,148). Sum of RGB (Red+Green+Blue) = 204+186+148=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA94 is #33456B. Grayscale: #BBBBBB. Windows color (decimal): -3360108 or 9747148. OLE color: 9747148.

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

Color convert

RGB204186148-
CMYK00.090.270.2
HSL40.71º35.44%69.02%-
HSV(B)40.71º27.45%80%-
XYZ47.8150.0935.17-
YUV187.05105.96140.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.92%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 148 (58.20% from 255) = 27.51%
R=37.92%
G=34.57%
B=27.51%

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
Decimal20418614800.090.270.240.7135.4469.02
HexCCBA94091B14292345
Octal31427222401133245143105
Binary1100110010111010100101000100111011101001010011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA94; }

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

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

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

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

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

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

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

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