#CDBEAE

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

Shades of Soft Amber #CDBEAE

Tints of Soft Amber #CDBEAE

Color information

#CDBEAE (or 0xCDBEAE) is unknown color: approx Soft Amber. HEX triplet: CD, BE and AE. RGB value is (205,190,174). Sum of RGB (Red+Green+Blue) = 205+190+174=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBEAE is #324151. Grayscale: #C0C0C0. Windows color (decimal): -3293522 or 11452109. OLE color: 11452109.

HSL color Cylindrical-coordinate representation of color #CDBEAE: hue angle of 30.97º degrees, saturation: 0.24, 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 #CDBEAE is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB205190174-
CMYK00.070.150.20
HSL30.97º23.66%74.31%-
HSV(B)30.97º15.12%80.39%-
XYZ51.2352.8647.55-
YUV192.66117.47136.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.03%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=36.03%
G=33.39%
B=30.58%

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
Decimal20519017400.070.150.2030.9723.6674.31
HexCDBEAE07F141f184a
Octal3152762560717243730112
Binary110011011011111010101110011111111010011111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBEAE; }

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

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

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

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

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

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

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

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