#CAB296

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

Shades of Sour Dough #CAB296

Tints of Sour Dough #CAB296

Color information

#CAB296 (or 0xCAB296) is unknown color: approx Sour Dough. HEX triplet: CA, B2 and 96. RGB value is (202,178,150). Sum of RGB (Red+Green+Blue) = 202+178+150=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB296 is #354D69. Grayscale: #B6B6B6. Windows color (decimal): -3493226 or 9876170. OLE color: 9876170.

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

Color convert

RGB202178150-
CMYK00.120.260.21
HSL32.31º32.91%69.02%-
HSV(B)32.31º25.74%79.22%-
XYZ45.7846.635.44-
YUV181.98109.95142.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.11%
GREEN value IS 178 (69.92% from 255) = 33.58%
BLUE value IS 150 (58.98% from 255) = 28.30%
R=38.11%
G=33.58%
B=28.30%

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
Decimal20217815000.120.260.2132.3132.9169.02
HexCAB2960C1A15202145
Octal31226222601432254041105
Binary1100101010110010100101100110011010101011000001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB296; }

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

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

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

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

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

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

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

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