#CAB798

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

Shades of Sour Dough #CAB798

Tints of Sour Dough #CAB798

Color information

#CAB798 (or 0xCAB798) is unknown color: approx Sour Dough. HEX triplet: CA, B7 and 98. RGB value is (202,183,152). Sum of RGB (Red+Green+Blue) = 202+183+152=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB798 is #354867. Grayscale: #B9B9B9. Windows color (decimal): -3491944 or 10008522. OLE color: 10008522.

HSL color Cylindrical-coordinate representation of color #CAB798: hue angle of 37.2º 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 #CAB798 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB202183152-
CMYK00.090.250.21
HSL37.2º32.05%69.41%-
HSV(B)37.2º24.75%79.22%-
XYZ46.9648.6936.63-
YUV185.15109.29140.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 183 (71.88% from 255) = 34.08%
BLUE value IS 152 (59.77% from 255) = 28.31%
R=37.62%
G=34.08%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218315200.090.250.2137.232.0569.41
HexCAB798091915252045
Octal31226723001131254540105
Binary1100101010110111100110000100111001101011001011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB798; }

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

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

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

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

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

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

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

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