#CFCECA

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

Shades of Concrete #CFCECA

Tints of Concrete #CFCECA

Color information

#CFCECA (or 0xCFCECA) is unknown color: approx Concrete. HEX triplet: CF, CE and CA. RGB value is (207,206,202). Sum of RGB (Red+Green+Blue) = 207+206+202=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCECA is #303135. Grayscale: #CDCDCD. Windows color (decimal): -3158326 or 13291215. OLE color: 13291215.

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

Color convert

RGB207206202-
CMYK00.000.020.19
HSL48º4.95%80.2%-
HSV(B)48º2.42%81.18%-
XYZ58.4661.6764.7-
YUV205.84125.83128.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.66%
GREEN value IS 206 (80.86% from 255) = 33.50%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=33.66%
G=33.50%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720620200.000.020.19484.9580.2
HexCFCECA0021330550
Octal31731631200223605120
Binary1100111111001110110010100010100111100001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCECA; }

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

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

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

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

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

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

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

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