#CABDAE

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

Shades of Soft Amber #CABDAE

Tints of Soft Amber #CABDAE

Color information

#CABDAE (or 0xCABDAE) is unknown color: approx Soft Amber. HEX triplet: CA, BD and AE. RGB value is (202,189,174). Sum of RGB (Red+Green+Blue) = 202+189+174=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABDAE is #354251. Grayscale: #BFBFBF. Windows color (decimal): -3490386 or 11451850. OLE color: 11451850.

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

Color convert

RGB202189174-
CMYK00.060.140.21
HSL32.14º20.9%73.73%-
HSV(B)32.14º13.86%79.22%-
XYZ50.1952.0147.44-
YUV191.18118.31135.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 189 (74.22% from 255) = 33.45%
BLUE value IS 174 (68.36% from 255) = 30.80%
R=35.75%
G=33.45%
B=30.80%

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
Decimal20218917400.060.140.2132.1420.973.73
HexCABDAE06E1520154a
Octal3122752560616254025112
Binary1100101010111101101011100110111010101100000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDAE; }

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

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

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

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

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

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

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

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