#CABDAC

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

Shades of Soft Amber #CABDAC

Tints of Soft Amber #CABDAC

Color information

#CABDAC (or 0xCABDAC) is unknown color: approx Soft Amber. HEX triplet: CA, BD and AC. RGB value is (202,189,172). Sum of RGB (Red+Green+Blue) = 202+189+172=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABDAC is #354253. Grayscale: #BFBFBF. Windows color (decimal): -3490388 or 11320778. OLE color: 11320778.

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

Color convert

RGB202189172-
CMYK00.060.150.21
HSL34º22.06%73.33%-
HSV(B)34º14.85%79.22%-
XYZ5051.9346.42-
YUV190.95117.31135.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.88%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 172 (67.58% from 255) = 30.55%
R=35.88%
G=33.57%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218917200.060.150.213422.0673.33
HexCABDAC06F15221649
Octal3122752540617254226111
Binary1100101010111101101011000110111110101100010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDAC; }

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

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

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

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

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

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

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

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