#CCBDAE

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

Shades of Soft Amber #CCBDAE

Tints of Soft Amber #CCBDAE

Color information

#CCBDAE (or 0xCCBDAE) is unknown color: approx Soft Amber. HEX triplet: CC, BD and AE. RGB value is (204,189,174). Sum of RGB (Red+Green+Blue) = 204+189+174=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBDAE is #334251. Grayscale: #BFBFBF. Windows color (decimal): -3359314 or 11451852. OLE color: 11451852.

HSL color Cylindrical-coordinate representation of color #CCBDAE: hue angle of 30º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCBDAE is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB204189174-
CMYK00.070.150.2
HSL30º22.73%74.12%-
HSV(B)30º14.71%80%-
XYZ50.7452.2947.46-
YUV191.78117.97136.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.98%
GREEN value IS 189 (74.22% from 255) = 33.33%
BLUE value IS 174 (68.36% from 255) = 30.69%
R=35.98%
G=33.33%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418917400.070.150.23022.7374.12
HexCCBDAE07F141e174a
Octal3142752560717243627112
Binary110011001011110110101110011111111010011110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDAE; }

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

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

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

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

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

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

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

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