#CCBFAA

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

Shades of Soft Amber #CCBFAA

Tints of Soft Amber #CCBFAA

Color information

#CCBFAA (or 0xCCBFAA) is unknown color: approx Soft Amber. HEX triplet: CC, BF and AA. RGB value is (204,191,170). Sum of RGB (Red+Green+Blue) = 204+191+170=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBFAA is #334055. Grayscale: #C0C0C0. Windows color (decimal): -3358806 or 11190220. OLE color: 11190220.

HSL color Cylindrical-coordinate representation of color #CCBFAA: hue angle of 37.06º degrees, saturation: 0.25, 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 #CCBFAA is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB204191170-
CMYK00.060.170.2
HSL37.06º25%73.33%-
HSV(B)37.06º16.67%80%-
XYZ50.795345.58-
YUV192.49115.31136.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 191 (75% from 255) = 33.81%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=36.11%
G=33.81%
B=30.09%

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
Decimal20419117000.060.170.237.062573.33
HexCCBFAA061114251949
Octal3142772520621244531111
Binary11001100101111111010101001101000110100100101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFAA; }

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

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

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

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

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

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

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

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