#CDBBA3

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

Shades of Soft Amber #CDBBA3

Tints of Soft Amber #CDBBA3

Color information

#CDBBA3 (or 0xCDBBA3) is unknown color: approx Soft Amber. HEX triplet: CD, BB and A3. RGB value is (205,187,163). Sum of RGB (Red+Green+Blue) = 205+187+163=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 163 (64.06% from 255 or 29.37% from 555); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBBA3 is #32445C. Grayscale: #BDBDBD. Windows color (decimal): -3294301 or 10730445. OLE color: 10730445.

HSL color Cylindrical-coordinate representation of color #CDBBA3: hue angle of 34.29º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDBBA3 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB205187163-
CMYK00.090.200.20
HSL34.29º29.58%72.16%-
HSV(B)34.29º20.49%80.39%-
XYZ49.5651.1641.91-
YUV189.65112.96138.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.94%
GREEN value IS 187 (73.44% from 255) = 33.69%
BLUE value IS 163 (64.06% from 255) = 29.37%
R=36.94%
G=33.69%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518716300.090.200.2034.2929.5872.16
HexCDBBA3091414221e48
Octal31527324301124244236110
Binary110011011011101110100011010011010010100100010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBBA3; }

 p { color: rgb(205,187,163); }

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

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

 a { background-color: rgb(205,187,163); }

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

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

 span { border-color: rgb(205,187,163); }

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