#CDBCAB

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

Shades of Soft Amber #CDBCAB

Tints of Soft Amber #CDBCAB

Color information

#CDBCAB (or 0xCDBCAB) is unknown color: approx Soft Amber. HEX triplet: CD, BC and AB. RGB value is (205,188,171). Sum of RGB (Red+Green+Blue) = 205+188+171=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBCAB is #324354. Grayscale: #BFBFBF. Windows color (decimal): -3294037 or 11254989. OLE color: 11254989.

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

Color convert

RGB205188171-
CMYK00.080.170.20
HSL30º25.37%73.73%-
HSV(B)30º16.59%80.39%-
XYZ50.5151.8945.88-
YUV191.14116.63137.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.35%
GREEN value IS 188 (73.83% from 255) = 33.33%
BLUE value IS 171 (67.19% from 255) = 30.32%
R=36.35%
G=33.33%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518817100.080.170.203025.3773.73
HexCDBCAB0811141e194a
Octal31527425301021243631112
Binary11001101101111001010101101000100011010011110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBCAB; }

 p { color: rgb(205,188,171); }

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

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

 a { background-color: rgb(205,188,171); }

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

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

 span { border-color: rgb(205,188,171); }

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