#CCBFA9

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

Shades of Soft Amber #CCBFA9

Tints of Soft Amber #CCBFA9

Color information

#CCBFA9 (or 0xCCBFA9) is unknown color: approx Soft Amber. HEX triplet: CC, BF and A9. RGB value is (204,191,169). Sum of RGB (Red+Green+Blue) = 204+191+169=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 169 (66.41% from 255 or 29.96% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBFA9 is #334056. Grayscale: #C0C0C0. Windows color (decimal): -3358807 or 11124684. OLE color: 11124684.

HSL color Cylindrical-coordinate representation of color #CCBFA9: hue angle of 37.71º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCBFA9 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB204191169-
CMYK00.060.170.2
HSL37.71º25.55%73.14%-
HSV(B)37.71º17.16%80%-
XYZ50.6952.9645.09-
YUV192.38114.81136.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 191 (75% from 255) = 33.87%
BLUE value IS 169 (66.41% from 255) = 29.96%
R=36.17%
G=33.87%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419116900.060.170.237.7125.5573.14
HexCCBFA9061114261a49
Octal3142772510621244632111
Binary11001100101111111010100101101000110100100110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFA9; }

 p { color: rgb(204,191,169); }

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

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

 a { background-color: rgb(204,191,169); }

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

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

 span { border-color: rgb(204,191,169); }

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