#CA9B62

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

Shades of Fallow #CA9B62

Tints of Fallow #CA9B62

Color information

#CA9B62 (or 0xCA9B62) is unknown color: approx Fallow. HEX triplet: CA, 9B and 62. RGB value is (202,155,98). Sum of RGB (Red+Green+Blue) = 202+155+98=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9B62 is #35649D. Grayscale: #A2A2A2. Windows color (decimal): -3499166 or 6462410. OLE color: 6462410.

HSL color Cylindrical-coordinate representation of color #CA9B62: hue angle of 32.88º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA9B62 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB20215598-
CMYK00.230.510.21
HSL32.88º49.52%58.82%-
HSV(B)32.88º51.49%79.22%-
XYZ38.2836.8816.66-
YUV162.5591.57156.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 155 (60.94% from 255) = 34.07%
BLUE value IS 98 (38.67% from 255) = 21.54%
R=44.40%
G=34.07%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021559800.230.510.2132.8849.5258.82
HexCA9B62017331521323b
Octal3122331420276325416273
Binary1100101010011011110001001011111001110101100001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9B62; }

 p { color: rgb(202,155,98); }

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

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

 a { background-color: rgb(202,155,98); }

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

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

 span { border-color: rgb(202,155,98); }

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