#CCBDA3

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

Shades of Soft Amber #CCBDA3

Tints of Soft Amber #CCBDA3

Color information

#CCBDA3 (or 0xCCBDA3) is unknown color: approx Soft Amber. HEX triplet: CC, BD and A3. RGB value is (204,189,163). Sum of RGB (Red+Green+Blue) = 204+189+163=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 163 (64.06% from 255 or 29.32% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBDA3 is #33425C. Grayscale: #BEBEBE. Windows color (decimal): -3359325 or 10730956. OLE color: 10730956.

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

Color convert

RGB204189163-
CMYK00.070.200.2
HSL38.05º28.67%71.96%-
HSV(B)38.05º20.1%80%-
XYZ49.7151.8842.04-
YUV190.52112.47137.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.69%
GREEN value IS 189 (74.22% from 255) = 33.99%
BLUE value IS 163 (64.06% from 255) = 29.32%
R=36.69%
G=33.99%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418916300.070.200.238.0528.6771.96
HexCCBDA3071414261d48
Octal3142752430724244635110
Binary11001100101111011010001101111010010100100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDA3; }

 p { color: rgb(204,189,163); }

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

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

 a { background-color: rgb(204,189,163); }

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

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

 span { border-color: rgb(204,189,163); }

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