#CABDAD

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

Shades of Soft Amber #CABDAD

Tints of Soft Amber #CABDAD

Color information

#CABDAD (or 0xCABDAD) is unknown color: approx Soft Amber. HEX triplet: CA, BD and AD. RGB value is (202,189,173). Sum of RGB (Red+Green+Blue) = 202+189+173=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABDAD is #354252. Grayscale: #BFBFBF. Windows color (decimal): -3490387 or 11386314. OLE color: 11386314.

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

Color convert

RGB202189173-
CMYK00.060.140.21
HSL33.1º21.48%73.53%-
HSV(B)33.1º14.36%79.22%-
XYZ50.151.9746.93-
YUV191.06117.81135.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 189 (74.22% from 255) = 33.51%
BLUE value IS 173 (67.97% from 255) = 30.67%
R=35.82%
G=33.51%
B=30.67%

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
Decimal20218917300.060.140.2133.121.4873.53
HexCABDAD06E1521154a
Octal3122752550616254125112
Binary1100101010111101101011010110111010101100001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDAD; }

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

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

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

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

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

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

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

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