#CBBA96

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

Shades of Sour Dough #CBBA96

Tints of Sour Dough #CBBA96

Color information

#CBBA96 (or 0xCBBA96) is unknown color: approx Sour Dough. HEX triplet: CB, BA and 96. RGB value is (203,186,150). Sum of RGB (Red+Green+Blue) = 203+186+150=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBA96 is #344569. Grayscale: #BBBBBB. Windows color (decimal): -3425642 or 9878219. OLE color: 9878219.

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

Color convert

RGB203186150-
CMYK00.080.260.20
HSL40.75º33.76%69.22%-
HSV(B)40.75º26.11%79.61%-
XYZ47.6950.0235.99-
YUV186.98107.13139.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.66%
GREEN value IS 186 (73.05% from 255) = 34.51%
BLUE value IS 150 (58.98% from 255) = 27.83%
R=37.66%
G=34.51%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318615000.080.260.2040.7533.7669.22
HexCBBA96081A14292245
Octal31327222601032245142105
Binary1100101110111010100101100100011010101001010011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBA96; }

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

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

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

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

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

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

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

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