#CFCEC9

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

Shades of Concrete #CFCEC9

Tints of Concrete #CFCEC9

Color information

#CFCEC9 (or 0xCFCEC9) is unknown color: approx Concrete. HEX triplet: CF, CE and C9. RGB value is (207,206,201). Sum of RGB (Red+Green+Blue) = 207+206+201=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEC9 is #303136. Grayscale: #CDCDCD. Windows color (decimal): -3158327 or 13225679. OLE color: 13225679.

HSL color Cylindrical-coordinate representation of color #CFCEC9: hue angle of 50º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFCEC9 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB207206201-
CMYK00.000.030.19
HSL50º5.88%80%-
HSV(B)50º2.9%81.18%-
XYZ58.3561.6364.08-
YUV205.73125.33128.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.71%
GREEN value IS 206 (80.86% from 255) = 33.55%
BLUE value IS 201 (78.91% from 255) = 32.74%
R=33.71%
G=33.55%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720620100.000.030.19505.8880
HexCFCEC90031332650
Octal31731631100323626120
Binary1100111111001110110010010011100111100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEC9; }

 p { color: rgb(207,206,201); }

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

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

 a { background-color: rgb(207,206,201); }

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

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

 span { border-color: rgb(207,206,201); }

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