#CDBFAB

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

Shades of Soft Amber #CDBFAB

Tints of Soft Amber #CDBFAB

Color information

#CDBFAB (or 0xCDBFAB) is unknown color: approx Soft Amber. HEX triplet: CD, BF and AB. RGB value is (205,191,171). Sum of RGB (Red+Green+Blue) = 205+191+171=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBFAB is #324054. Grayscale: #C1C1C1. Windows color (decimal): -3293269 or 11255757. OLE color: 11255757.

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

Color convert

RGB205191171-
CMYK00.070.170.20
HSL35.29º25.37%73.73%-
HSV(B)35.29º16.59%80.39%-
XYZ51.1653.1846.1-
YUV192.91115.64136.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.16%
GREEN value IS 191 (75% from 255) = 33.69%
BLUE value IS 171 (67.19% from 255) = 30.16%
R=36.16%
G=33.69%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519117100.070.170.2035.2925.3773.73
HexCDBFAB07111423194a
Octal3152772530721244331112
Binary11001101101111111010101101111000110100100011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBFAB; }

 p { color: rgb(205,191,171); }

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

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

 a { background-color: rgb(205,191,171); }

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

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

 span { border-color: rgb(205,191,171); }

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