#CAB598

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

Shades of Sour Dough #CAB598

Tints of Sour Dough #CAB598

Color information

#CAB598 (or 0xCAB598) is unknown color: approx Sour Dough. HEX triplet: CA, B5 and 98. RGB value is (202,181,152). Sum of RGB (Red+Green+Blue) = 202+181+152=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB598 is #354A67. Grayscale: #B8B8B8. Windows color (decimal): -3492456 or 10008010. OLE color: 10008010.

HSL color Cylindrical-coordinate representation of color #CAB598: hue angle of 34.8º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAB598 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB202181152-
CMYK00.100.250.21
HSL34.8º32.05%69.41%-
HSV(B)34.8º24.75%79.22%-
XYZ46.5547.8736.49-
YUV183.97109.96140.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 181 (71.09% from 255) = 33.83%
BLUE value IS 152 (59.77% from 255) = 28.41%
R=37.76%
G=33.83%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218115200.100.250.2134.832.0569.41
HexCAB5980A1915232045
Octal31226523001231254340105
Binary1100101010110101100110000101011001101011000111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB598; }

 p { color: rgb(202,181,152); }

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

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

 a { background-color: rgb(202,181,152); }

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

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

 span { border-color: rgb(202,181,152); }

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