#CBBA93

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

Shades of Sour Dough #CBBA93

Tints of Sour Dough #CBBA93

Color information

#CBBA93 (or 0xCBBA93) is unknown color: approx Sour Dough. HEX triplet: CB, BA and 93. RGB value is (203,186,147). Sum of RGB (Red+Green+Blue) = 203+186+147=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 147 (57.81% from 255 or 27.43% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBA93 is #34456C. Grayscale: #BABABA. Windows color (decimal): -3425645 or 9681611. OLE color: 9681611.

HSL color Cylindrical-coordinate representation of color #CBBA93: hue angle of 41.79º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBBA93 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB203186147-
CMYK00.080.280.20
HSL41.79º35%68.63%-
HSV(B)41.79º27.59%79.61%-
XYZ47.4549.9234.74-
YUV186.64105.63139.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.87%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 147 (57.81% from 255) = 27.43%
R=37.87%
G=34.70%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318614700.080.280.2041.793568.63
HexCBBA93081C142a2345
Octal31327222301034245243105
Binary1100101110111010100100110100011100101001010101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBA93; }

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

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

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

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

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

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

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

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