#CDBEAF

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

Shades of Soft Amber #CDBEAF

Tints of Soft Amber #CDBEAF

Color information

#CDBEAF (or 0xCDBEAF) is unknown color: approx Soft Amber. HEX triplet: CD, BE and AF. RGB value is (205,190,175). Sum of RGB (Red+Green+Blue) = 205+190+175=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBEAF is #324150. Grayscale: #C0C0C0. Windows color (decimal): -3293521 or 11517645. OLE color: 11517645.

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

Color convert

RGB205190175-
CMYK00.070.150.20
HSL30º23.08%74.51%-
HSV(B)30º14.63%80.39%-
XYZ51.3352.948.06-
YUV192.77117.97136.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.96%
GREEN value IS 190 (74.61% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 30.70%
R=35.96%
G=33.33%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519017500.070.150.203023.0874.51
HexCDBEAF07F141e174b
Octal3152762570717243627113
Binary110011011011111010101111011111111010011110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBEAF; }

 p { color: rgb(205,190,175); }

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

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

 a { background-color: rgb(205,190,175); }

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

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

 span { border-color: rgb(205,190,175); }

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