#CCBFAF

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

Shades of Soft Amber #CCBFAF

Tints of Soft Amber #CCBFAF

Color information

#CCBFAF (or 0xCCBFAF) is unknown color: approx Soft Amber. HEX triplet: CC, BF and AF. RGB value is (204,191,175). Sum of RGB (Red+Green+Blue) = 204+191+175=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBFAF is #334050. Grayscale: #C1C1C1. Windows color (decimal): -3358801 or 11517900. OLE color: 11517900.

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

Color convert

RGB204191175-
CMYK00.060.140.2
HSL33.1º22.14%74.31%-
HSV(B)33.1º14.22%80%-
XYZ51.2753.1948.12-
YUV193.06117.81135.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.79%
GREEN value IS 191 (75% from 255) = 33.51%
BLUE value IS 175 (68.75% from 255) = 30.70%
R=35.79%
G=33.51%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419117500.060.140.233.122.1474.31
HexCCBFAF06E1421164a
Octal3142772570616244126112
Binary1100110010111111101011110110111010100100001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFAF; }

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

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

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

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

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

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

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

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