#CBBFAD

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

Shades of Soft Amber #CBBFAD

Tints of Soft Amber #CBBFAD

Color information

#CBBFAD (or 0xCBBFAD) is unknown color: approx Soft Amber. HEX triplet: CB, BF and AD. RGB value is (203,191,173). Sum of RGB (Red+Green+Blue) = 203+191+173=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBFAD is #344052. Grayscale: #C0C0C0. Windows color (decimal): -3424339 or 11386827. OLE color: 11386827.

HSL color Cylindrical-coordinate representation of color #CBBFAD: hue angle of 36º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBBFAD is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB203191173-
CMYK00.060.150.20
HSL36º22.39%73.73%-
HSV(B)36º14.78%79.61%-
XYZ50.852.9847.08-
YUV192.54116.98135.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.80%
GREEN value IS 191 (75% from 255) = 33.69%
BLUE value IS 173 (67.97% from 255) = 30.51%
R=35.80%
G=33.69%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319117300.060.150.203622.3973.73
HexCBBFAD06F1424164a
Octal3132772550617244426112
Binary1100101110111111101011010110111110100100100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBFAD; }

 p { color: rgb(203,191,173); }

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

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

 a { background-color: rgb(203,191,173); }

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

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

 span { border-color: rgb(203,191,173); }

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