#CABDA6

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

Shades of Soft Amber #CABDA6

Tints of Soft Amber #CABDA6

Color information

#CABDA6 (or 0xCABDA6) is unknown color: approx Soft Amber. HEX triplet: CA, BD and A6. RGB value is (202,189,166). Sum of RGB (Red+Green+Blue) = 202+189+166=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 166 (65.23% from 255 or 29.80% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABDA6 is #354259. Grayscale: #BEBEBE. Windows color (decimal): -3490394 or 10927562. OLE color: 10927562.

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

Color convert

RGB202189166-
CMYK00.060.180.21
HSL38.33º25.35%72.16%-
HSV(B)38.33º17.82%79.22%-
XYZ49.4451.743.45-
YUV190.26114.31136.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 189 (74.22% from 255) = 33.93%
BLUE value IS 166 (65.23% from 255) = 29.80%
R=36.27%
G=33.93%
B=29.80%

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
Decimal20218916600.060.180.2138.3325.3572.16
HexCABDA6061215261948
Octal3122752460622254631110
Binary11001010101111011010011001101001010101100110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDA6; }

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

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

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

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

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

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

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

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