#CAB194

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

Shades of Sour Dough #CAB194

Tints of Sour Dough #CAB194

Color information

#CAB194 (or 0xCAB194) is unknown color: approx Sour Dough. HEX triplet: CA, B1 and 94. RGB value is (202,177,148). Sum of RGB (Red+Green+Blue) = 202+177+148=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB194 is #354E6B. Grayscale: #B5B5B5. Windows color (decimal): -3493484 or 9744842. OLE color: 9744842.

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

Color convert

RGB202177148-
CMYK00.120.270.21
HSL32.22º33.75%68.63%-
HSV(B)32.22º26.73%79.22%-
XYZ45.4246.1434.53-
YUV181.17109.28142.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 177 (69.53% from 255) = 33.59%
BLUE value IS 148 (58.20% from 255) = 28.08%
R=38.33%
G=33.59%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217714800.120.270.2132.2233.7568.63
HexCAB1940C1B15202245
Octal31226122401433254042105
Binary1100101010110001100101000110011011101011000001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB194; }

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

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

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

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

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

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

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

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