#CABEAE

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

Shades of Soft Amber #CABEAE

Tints of Soft Amber #CABEAE

Color information

#CABEAE (or 0xCABEAE) is unknown color: approx Soft Amber. HEX triplet: CA, BE and AE. RGB value is (202,190,174). Sum of RGB (Red+Green+Blue) = 202+190+174=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABEAE is #354151. Grayscale: #BFBFBF. Windows color (decimal): -3490130 or 11452106. OLE color: 11452106.

HSL color Cylindrical-coordinate representation of color #CABEAE: hue angle of 34.29º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CABEAE is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB202190174-
CMYK00.060.140.21
HSL34.29º20.9%73.73%-
HSV(B)34.29º13.86%79.22%-
XYZ50.4152.4447.51-
YUV191.76117.98135.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 190 (74.61% from 255) = 33.57%
BLUE value IS 174 (68.36% from 255) = 30.74%
R=35.69%
G=33.57%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219017400.060.140.2134.2920.973.73
HexCABEAE06E1522154a
Octal3122762560616254225112
Binary1100101010111110101011100110111010101100010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEAE; }

 p { color: rgb(202,190,174); }

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

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

 a { background-color: rgb(202,190,174); }

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

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

 span { border-color: rgb(202,190,174); }

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