#CABCA5

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

Shades of Soft Amber #CABCA5

Tints of Soft Amber #CABCA5

Color information

#CABCA5 (or 0xCABCA5) is unknown color: approx Soft Amber. HEX triplet: CA, BC and A5. RGB value is (202,188,165). Sum of RGB (Red+Green+Blue) = 202+188+165=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 165 (64.84% from 255 or 29.73% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABCA5 is #35435A. Grayscale: #BDBDBD. Windows color (decimal): -3490651 or 10861770. OLE color: 10861770.

HSL color Cylindrical-coordinate representation of color #CABCA5: hue angle of 37.3º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CABCA5 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB202188165-
CMYK00.070.180.21
HSL37.3º25.87%71.96%-
HSV(B)37.3º18.32%79.22%-
XYZ49.1351.2442.9-
YUV189.56114.14136.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.40%
GREEN value IS 188 (73.83% from 255) = 33.87%
BLUE value IS 165 (64.84% from 255) = 29.73%
R=36.40%
G=33.87%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218816500.070.180.2137.325.8771.96
HexCABCA5071215251a48
Octal3122742450722254532110
Binary11001010101111001010010101111001010101100101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCA5; }

 p { color: rgb(202,188,165); }

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

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

 a { background-color: rgb(202,188,165); }

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

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

 span { border-color: rgb(202,188,165); }

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