#CCBEA6

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

Shades of Soft Amber #CCBEA6

Tints of Soft Amber #CCBEA6

Color information

#CCBEA6 (or 0xCCBEA6) is unknown color: approx Soft Amber. HEX triplet: CC, BE and A6. RGB value is (204,190,166). Sum of RGB (Red+Green+Blue) = 204+190+166=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 166 (65.23% from 255 or 29.64% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBEA6 is #334159. Grayscale: #BFBFBF. Windows color (decimal): -3359066 or 10927820. OLE color: 10927820.

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

Color convert

RGB204190166-
CMYK00.070.190.2
HSL37.89º27.14%72.55%-
HSV(B)37.89º18.63%80%-
XYZ50.252.4243.55-
YUV191.45113.64136.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.43%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 166 (65.23% from 255) = 29.64%
R=36.43%
G=33.93%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419016600.070.190.237.8927.1472.55
HexCCBEA6071314261b49
Octal3142762460723244633111
Binary11001100101111101010011001111001110100100110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEA6; }

 p { color: rgb(204,190,166); }

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

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

 a { background-color: rgb(204,190,166); }

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

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

 span { border-color: rgb(204,190,166); }

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