#CAB192

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

Shades of Sour Dough #CAB192

Tints of Sour Dough #CAB192

Color information

#CAB192 (or 0xCAB192) is unknown color: approx Sour Dough. HEX triplet: CA, B1 and 92. RGB value is (202,177,146). Sum of RGB (Red+Green+Blue) = 202+177+146=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB192 is #354E6D. Grayscale: #B5B5B5. Windows color (decimal): -3493486 or 9613770. OLE color: 9613770.

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

Color convert

RGB202177146-
CMYK00.120.280.21
HSL33.21º34.57%68.24%-
HSV(B)33.21º27.72%79.22%-
XYZ45.2746.0833.7-
YUV180.94108.28143.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 177 (69.53% from 255) = 33.71%
BLUE value IS 146 (57.42% from 255) = 27.81%
R=38.48%
G=33.71%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217714600.120.280.2133.2134.5768.24
HexCAB1920C1C15212344
Octal31226122201434254143104
Binary1100101010110001100100100110011100101011000011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB192; }

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

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

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

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

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

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

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

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