#CCBFAE

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

Shades of Soft Amber #CCBFAE

Tints of Soft Amber #CCBFAE

Color information

#CCBFAE (or 0xCCBFAE) is unknown color: approx Soft Amber. HEX triplet: CC, BF and AE. RGB value is (204,191,174). Sum of RGB (Red+Green+Blue) = 204+191+174=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBFAE is #334051. Grayscale: #C1C1C1. Windows color (decimal): -3358802 or 11452364. OLE color: 11452364.

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

Color convert

RGB204191174-
CMYK00.060.150.2
HSL34º22.73%74.12%-
HSV(B)34º14.71%80%-
XYZ51.1753.1547.61-
YUV192.95117.31135.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 191 (75% from 255) = 33.57%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=35.85%
G=33.57%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419117400.060.150.23422.7374.12
HexCCBFAE06F1422174a
Octal3142772560617244227112
Binary1100110010111111101011100110111110100100010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFAE; }

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

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

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

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

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

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

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

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