#CBBA94

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

Shades of Sour Dough #CBBA94

Tints of Sour Dough #CBBA94

Color information

#CBBA94 (or 0xCBBA94) is unknown color: approx Sour Dough. HEX triplet: CB, BA and 94. RGB value is (203,186,148). Sum of RGB (Red+Green+Blue) = 203+186+148=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBA94 is #34456B. Grayscale: #BABABA. Windows color (decimal): -3425644 or 9747147. OLE color: 9747147.

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

Color convert

RGB203186148-
CMYK00.080.270.20
HSL41.45º34.59%68.82%-
HSV(B)41.45º27.09%79.61%-
XYZ47.5349.9535.15-
YUV186.75106.13139.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.80%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 148 (58.20% from 255) = 27.56%
R=37.80%
G=34.64%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318614800.080.270.2041.4534.5968.82
HexCBBA94081B14292345
Octal31327222401033245143105
Binary1100101110111010100101000100011011101001010011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBA94; }

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

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

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

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

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

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

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

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