#CABFAC

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

Shades of Soft Amber #CABFAC

Tints of Soft Amber #CABFAC

Color information

#CABFAC (or 0xCABFAC) is unknown color: approx Soft Amber. HEX triplet: CA, BF and AC. RGB value is (202,191,172). Sum of RGB (Red+Green+Blue) = 202+191+172=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CABFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABFAC is #354053. Grayscale: #C0C0C0. Windows color (decimal): -3489876 or 11321290. OLE color: 11321290.

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

Color convert

RGB202191172-
CMYK00.050.150.21
HSL38º22.06%73.33%-
HSV(B)38º14.85%79.22%-
XYZ50.4352.846.56-
YUV192.12116.64135.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 191 (75% from 255) = 33.81%
BLUE value IS 172 (67.58% from 255) = 30.44%
R=35.75%
G=33.81%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219117200.050.150.213822.0673.33
HexCABFAC05F15261649
Octal3122772540517254626111
Binary1100101010111111101011000101111110101100110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABFAC; }

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

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

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

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

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

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

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

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