#CAB99A

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

Shades of Sour Dough #CAB99A

Tints of Sour Dough #CAB99A

Color information

#CAB99A (or 0xCAB99A) is unknown color: approx Sour Dough. HEX triplet: CA, B9 and 9A. RGB value is (202,185,154). Sum of RGB (Red+Green+Blue) = 202+185+154=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB99A is #354665. Grayscale: #BABABA. Windows color (decimal): -3491430 or 10140106. OLE color: 10140106.

HSL color Cylindrical-coordinate representation of color #CAB99A: hue angle of 38.75º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAB99A is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB202185154-
CMYK00.080.240.21
HSL38.75º31.17%69.8%-
HSV(B)38.75º23.76%79.22%-
XYZ47.5449.5937.64-
YUV186.55109.63139.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 185 (72.66% from 255) = 34.20%
BLUE value IS 154 (60.55% from 255) = 28.47%
R=37.34%
G=34.20%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218515400.080.240.2138.7531.1769.8
HexCAB99A081815271f46
Octal31227123201030254737106
Binary110010101011100110011010010001100010101100111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB99A; }

 p { color: rgb(202,185,154); }

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

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

 a { background-color: rgb(202,185,154); }

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

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

 span { border-color: rgb(202,185,154); }

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