#CABCA6

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

Shades of Soft Amber #CABCA6

Tints of Soft Amber #CABCA6

Color information

#CABCA6 (or 0xCABCA6) is unknown color: approx Soft Amber. HEX triplet: CA, BC and A6. RGB value is (202,188,166). Sum of RGB (Red+Green+Blue) = 202+188+166=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABCA6 is #354359. Grayscale: #BDBDBD. Windows color (decimal): -3490650 or 10927306. OLE color: 10927306.

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

Color convert

RGB202188166-
CMYK00.070.180.21
HSL36.67º25.35%72.16%-
HSV(B)36.67º17.82%79.22%-
XYZ49.2251.2843.38-
YUV189.68114.64136.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.33%
GREEN value IS 188 (73.83% from 255) = 33.81%
BLUE value IS 166 (65.23% from 255) = 29.86%
R=36.33%
G=33.81%
B=29.86%

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
Decimal20218816600.070.180.2136.6725.3572.16
HexCABCA6071215251948
Octal3122742460722254531110
Binary11001010101111001010011001111001010101100101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCA6; }

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

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

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

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

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

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

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

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