#CDBBA2

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

Shades of Soft Amber #CDBBA2

Tints of Soft Amber #CDBBA2

Color information

#CDBBA2 (or 0xCDBBA2) is unknown color: approx Soft Amber. HEX triplet: CD, BB and A2. RGB value is (205,187,162). Sum of RGB (Red+Green+Blue) = 205+187+162=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 162 (63.67% from 255 or 29.24% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBBA2 is #32445D. Grayscale: #BDBDBD. Windows color (decimal): -3294302 or 10664909. OLE color: 10664909.

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

Color convert

RGB205187162-
CMYK00.090.210.20
HSL34.88º30.07%71.96%-
HSV(B)34.88º20.98%80.39%-
XYZ49.4751.1341.44-
YUV189.53112.46139.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 187 (73.44% from 255) = 33.75%
BLUE value IS 162 (63.67% from 255) = 29.24%
R=37.00%
G=33.75%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518716200.090.210.2034.8830.0771.96
HexCDBBA2091514231e48
Octal31527324201125244336110
Binary110011011011101110100010010011010110100100011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBBA2; }

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

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

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

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

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

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

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

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