#CCBA97

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

Shades of Sour Dough #CCBA97

Tints of Sour Dough #CCBA97

Color information

#CCBA97 (or 0xCCBA97) is unknown color: approx Sour Dough. HEX triplet: CC, BA and 97. RGB value is (204,186,151). Sum of RGB (Red+Green+Blue) = 204+186+151=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 151 (59.38% from 255 or 27.91% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA97 is #334568. Grayscale: #BBBBBB. Windows color (decimal): -3360105 or 9943756. OLE color: 9943756.

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

Color convert

RGB204186151-
CMYK00.090.260.2
HSL39.62º34.19%69.61%-
HSV(B)39.62º25.98%80%-
XYZ48.0550.1936.43-
YUV187.39107.46139.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 186 (73.05% from 255) = 34.38%
BLUE value IS 151 (59.38% from 255) = 27.91%
R=37.71%
G=34.38%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418615100.090.260.239.6234.1969.61
HexCCBA97091A14282246
Octal31427222701132245042106
Binary1100110010111010100101110100111010101001010001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA97; }

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

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

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

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

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

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

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

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