#CAB195

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

Shades of Sour Dough #CAB195

Tints of Sour Dough #CAB195

Color information

#CAB195 (or 0xCAB195) is unknown color: approx Sour Dough. HEX triplet: CA, B1 and 95. RGB value is (202,177,149). Sum of RGB (Red+Green+Blue) = 202+177+149=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB195 is #354E6A. Grayscale: #B5B5B5. Windows color (decimal): -3493483 or 9810378. OLE color: 9810378.

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

Color convert

RGB202177149-
CMYK00.120.260.21
HSL31.7º33.33%68.82%-
HSV(B)31.7º26.24%79.22%-
XYZ45.546.1734.95-
YUV181.28109.78142.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 177 (69.53% from 255) = 33.52%
BLUE value IS 149 (58.59% from 255) = 28.22%
R=38.26%
G=33.52%
B=28.22%

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
Decimal20217714900.120.260.2131.733.3368.82
HexCAB1950C1A15202145
Octal31226122501432254041105
Binary1100101010110001100101010110011010101011000001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB195; }

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

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

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

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

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

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

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

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