#CCBA9C

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

Shades of Sour Dough #CCBA9C

Tints of Sour Dough #CCBA9C

Color information

#CCBA9C (or 0xCCBA9C) is unknown color: approx Sour Dough. HEX triplet: CC, BA and 9C. RGB value is (204,186,156). Sum of RGB (Red+Green+Blue) = 204+186+156=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA9C is #334563. Grayscale: #BCBCBC. Windows color (decimal): -3360100 or 10271436. OLE color: 10271436.

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

Color convert

RGB204186156-
CMYK00.090.240.2
HSL37.5º32%70.59%-
HSV(B)37.5º23.53%80%-
XYZ48.4650.3638.62-
YUV187.96109.96139.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 186 (73.05% from 255) = 34.07%
BLUE value IS 156 (61.33% from 255) = 28.57%
R=37.36%
G=34.07%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418615600.090.240.237.53270.59
HexCCBA9C091814262047
Octal31427223401130244640107
Binary1100110010111010100111000100111000101001001101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA9C; }

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

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

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

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

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

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

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

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