#CCBA9B

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

Shades of Sour Dough #CCBA9B

Tints of Sour Dough #CCBA9B

Color information

#CCBA9B (or 0xCCBA9B) is unknown color: approx Sour Dough. HEX triplet: CC, BA and 9B. RGB value is (204,186,155). Sum of RGB (Red+Green+Blue) = 204+186+155=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA9B is #334564. Grayscale: #BBBBBB. Windows color (decimal): -3360101 or 10205900. OLE color: 10205900.

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

Color convert

RGB204186155-
CMYK00.090.240.2
HSL37.96º32.45%70.39%-
HSV(B)37.96º24.02%80%-
XYZ48.3850.3238.17-
YUV187.85109.46139.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 155 (60.94% from 255) = 28.44%
R=37.43%
G=34.13%
B=28.44%

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
Decimal20418615500.090.240.237.9632.4570.39
HexCCBA9B091814262046
Octal31427223301130244640106
Binary1100110010111010100110110100111000101001001101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA9B; }

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

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

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

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

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

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

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

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