#CFCEC8

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

Shades of Concrete #CFCEC8

Tints of Concrete #CFCEC8

Color information

#CFCEC8 (or 0xCFCEC8) is unknown color: approx Concrete. HEX triplet: CF, CE and C8. RGB value is (207,206,200). Sum of RGB (Red+Green+Blue) = 207+206+200=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEC8 is #303137. Grayscale: #CDCDCD. Windows color (decimal): -3158328 or 13160143. OLE color: 13160143.

HSL color Cylindrical-coordinate representation of color #CFCEC8: hue angle of 51.43º degrees, saturation: 0.07, 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 #CFCEC8 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB207206200-
CMYK00.000.030.19
HSL51.43º6.8%79.8%-
HSV(B)51.43º3.38%81.18%-
XYZ58.2361.5863.46-
YUV205.62124.83128.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.77%
GREEN value IS 206 (80.86% from 255) = 33.61%
BLUE value IS 200 (78.52% from 255) = 32.63%
R=33.77%
G=33.61%
B=32.63%

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
Decimal20720620000.000.030.1951.436.879.8
HexCFCEC80031333750
Octal31731631000323637120
Binary1100111111001110110010000011100111100111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEC8; }

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

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

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

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

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

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

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

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