#CABCAB

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

Shades of Soft Amber #CABCAB

Tints of Soft Amber #CABCAB

Color information

#CABCAB (or 0xCABCAB) is unknown color: approx Soft Amber. HEX triplet: CA, BC and AB. RGB value is (202,188,171). Sum of RGB (Red+Green+Blue) = 202+188+171=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABCAB is #354354. Grayscale: #BEBEBE. Windows color (decimal): -3490645 or 11254986. OLE color: 11254986.

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

Color convert

RGB202188171-
CMYK00.070.150.21
HSL32.9º22.63%73.14%-
HSV(B)32.9º15.35%79.22%-
XYZ49.6951.4645.84-
YUV190.25117.14136.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 188 (73.83% from 255) = 33.51%
BLUE value IS 171 (67.19% from 255) = 30.48%
R=36.01%
G=33.51%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218817100.070.150.2132.922.6373.14
HexCABCAB07F15211749
Octal3122742530717254127111
Binary1100101010111100101010110111111110101100001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCAB; }

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

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

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

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

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

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

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

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