#CCBFAB

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

Shades of Soft Amber #CCBFAB

Tints of Soft Amber #CCBFAB

Color information

#CCBFAB (or 0xCCBFAB) is unknown color: approx Soft Amber. HEX triplet: CC, BF and AB. RGB value is (204,191,171). Sum of RGB (Red+Green+Blue) = 204+191+171=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBFAB is #334054. Grayscale: #C0C0C0. Windows color (decimal): -3358805 or 11255756. OLE color: 11255756.

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

Color convert

RGB204191171-
CMYK00.060.160.2
HSL36.36º24.44%73.53%-
HSV(B)36.36º16.18%80%-
XYZ50.8853.0446.08-
YUV192.61115.81136.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.04%
GREEN value IS 191 (75% from 255) = 33.75%
BLUE value IS 171 (67.19% from 255) = 30.21%
R=36.04%
G=33.75%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419117100.060.160.236.3624.4473.53
HexCCBFAB06101424184a
Octal3142772530620244430112
Binary11001100101111111010101101101000010100100100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFAB; }

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

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

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

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

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

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

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

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