#CABDAF

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

Shades of Soft Amber #CABDAF

Tints of Soft Amber #CABDAF

Color information

#CABDAF (or 0xCABDAF) is unknown color: approx Soft Amber. HEX triplet: CA, BD and AF. RGB value is (202,189,175). Sum of RGB (Red+Green+Blue) = 202+189+175=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABDAF is #354250. Grayscale: #BFBFBF. Windows color (decimal): -3490385 or 11517386. OLE color: 11517386.

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

Color convert

RGB202189175-
CMYK00.060.130.21
HSL31.11º20.3%73.92%-
HSV(B)31.11º13.37%79.22%-
XYZ50.2952.0547.95-
YUV191.29118.81135.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 189 (74.22% from 255) = 33.39%
BLUE value IS 175 (68.75% from 255) = 30.92%
R=35.69%
G=33.39%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218917500.060.130.2131.1120.373.92
HexCABDAF06D151f144a
Octal3122752570615253724112
Binary110010101011110110101111011011011010111111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDAF; }

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

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

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

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

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

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

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

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