#CABCAC

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

Shades of Soft Amber #CABCAC

Tints of Soft Amber #CABCAC

Color information

#CABCAC (or 0xCABCAC) is unknown color: approx Soft Amber. HEX triplet: CA, BC and AC. RGB value is (202,188,172). Sum of RGB (Red+Green+Blue) = 202+188+172=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABCAC is #354353. Grayscale: #BEBEBE. Windows color (decimal): -3490644 or 11320522. OLE color: 11320522.

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

Color convert

RGB202188172-
CMYK00.070.150.21
HSL32º22.06%73.33%-
HSV(B)32º14.85%79.22%-
XYZ49.7951.546.35-
YUV190.36117.64136.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.94%
GREEN value IS 188 (73.83% from 255) = 33.45%
BLUE value IS 172 (67.58% from 255) = 30.60%
R=35.94%
G=33.45%
B=30.60%

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
Decimal20218817200.070.150.213222.0673.33
HexCABCAC07F15201649
Octal3122742540717254026111
Binary1100101010111100101011000111111110101100000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCAC; }

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

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

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

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

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

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

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

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