#CDBEAA

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

Shades of Soft Amber #CDBEAA

Tints of Soft Amber #CDBEAA

Color information

#CDBEAA (or 0xCDBEAA) is unknown color: approx Soft Amber. HEX triplet: CD, BE and AA. RGB value is (205,190,170). Sum of RGB (Red+Green+Blue) = 205+190+170=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBEAA is #324155. Grayscale: #C0C0C0. Windows color (decimal): -3293526 or 11189965. OLE color: 11189965.

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

Color convert

RGB205190170-
CMYK00.070.170.20
HSL34.29º25.93%73.53%-
HSV(B)34.29º17.07%80.39%-
XYZ50.8552.7145.52-
YUV192.2115.47137.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.28%
GREEN value IS 190 (74.61% from 255) = 33.63%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=36.28%
G=33.63%
B=30.09%

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
Decimal20519017000.070.170.2034.2925.9373.53
HexCDBEAA071114221a4a
Octal3152762520721244232112
Binary11001101101111101010101001111000110100100010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBEAA; }

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

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

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

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

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

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

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

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