#CAB295

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

Shades of Sour Dough #CAB295

Tints of Sour Dough #CAB295

Color information

#CAB295 (or 0xCAB295) is unknown color: approx Sour Dough. HEX triplet: CA, B2 and 95. RGB value is (202,178,149). Sum of RGB (Red+Green+Blue) = 202+178+149=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB295 is #354D6A. Grayscale: #B6B6B6. Windows color (decimal): -3493227 or 9810634. OLE color: 9810634.

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

Color convert

RGB202178149-
CMYK00.120.260.21
HSL32.83º33.33%68.82%-
HSV(B)32.83º26.24%79.22%-
XYZ45.746.5735.01-
YUV181.87109.45142.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 178 (69.92% from 255) = 33.65%
BLUE value IS 149 (58.59% from 255) = 28.17%
R=38.19%
G=33.65%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217814900.120.260.2132.8333.3368.82
HexCAB2950C1A15212145
Octal31226222501432254141105
Binary1100101010110010100101010110011010101011000011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB295; }

 p { color: rgb(202,178,149); }

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

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

 a { background-color: rgb(202,178,149); }

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

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

 span { border-color: rgb(202,178,149); }

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