#CDBDA3

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

Shades of Soft Amber #CDBDA3

Tints of Soft Amber #CDBDA3

Color information

#CDBDA3 (or 0xCDBDA3) is unknown color: approx Soft Amber. HEX triplet: CD, BD and A3. RGB value is (205,189,163). Sum of RGB (Red+Green+Blue) = 205+189+163=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 163 (64.06% from 255 or 29.26% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBDA3 is #32425C. Grayscale: #BEBEBE. Windows color (decimal): -3293789 or 10730957. OLE color: 10730957.

HSL color Cylindrical-coordinate representation of color #CDBDA3: hue angle of 37.14º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDBDA3 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB205189163-
CMYK00.080.200.20
HSL37.14º29.58%72.16%-
HSV(B)37.14º20.49%80.39%-
XYZ49.9952.0242.06-
YUV190.82112.3138.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 189 (74.22% from 255) = 33.93%
BLUE value IS 163 (64.06% from 255) = 29.26%
R=36.80%
G=33.93%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518916300.080.200.2037.1429.5872.16
HexCDBDA3081414251e48
Octal31527524301024244536110
Binary110011011011110110100011010001010010100100101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBDA3; }

 p { color: rgb(205,189,163); }

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

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

 a { background-color: rgb(205,189,163); }

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

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

 span { border-color: rgb(205,189,163); }

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