#CDBDA7

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

Shades of Soft Amber #CDBDA7

Tints of Soft Amber #CDBDA7

Color information

#CDBDA7 (or 0xCDBDA7) is unknown color: approx Soft Amber. HEX triplet: CD, BD and A7. RGB value is (205,189,167). Sum of RGB (Red+Green+Blue) = 205+189+167=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 167 (65.62% from 255 or 29.77% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBDA7 is #324258. Grayscale: #BFBFBF. Windows color (decimal): -3293785 or 10993101. OLE color: 10993101.

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

Color convert

RGB205189167-
CMYK00.080.190.20
HSL34.74º27.54%72.94%-
HSV(B)34.74º18.54%80.39%-
XYZ50.3552.1643.97-
YUV191.28114.3137.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 167 (65.62% from 255) = 29.77%
R=36.54%
G=33.69%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518916700.080.190.2034.7427.5472.94
HexCDBDA7081314231c49
Octal31527524701023244334111
Binary110011011011110110100111010001001110100100011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBDA7; }

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

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

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

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

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

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

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

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