#CABDA5

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

Shades of Soft Amber #CABDA5

Tints of Soft Amber #CABDA5

Color information

#CABDA5 (or 0xCABDA5) is unknown color: approx Soft Amber. HEX triplet: CA, BD and A5. RGB value is (202,189,165). Sum of RGB (Red+Green+Blue) = 202+189+165=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABDA5 is #35425A. Grayscale: #BEBEBE. Windows color (decimal): -3490395 or 10862026. OLE color: 10862026.

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

Color convert

RGB202189165-
CMYK00.060.180.21
HSL38.92º25.87%71.96%-
HSV(B)38.92º18.32%79.22%-
XYZ49.3551.6742.97-
YUV190.15113.81136.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.33%
GREEN value IS 189 (74.22% from 255) = 33.99%
BLUE value IS 165 (64.84% from 255) = 29.68%
R=36.33%
G=33.99%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218916500.060.180.2138.9225.8771.96
HexCABDA5061215271a48
Octal3122752450622254732110
Binary11001010101111011010010101101001010101100111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDA5; }

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

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

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

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

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

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

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

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