#CDCCC8

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

Shades of Concrete #CDCCC8

Tints of Concrete #CDCCC8

Color information

#CDCCC8 (or 0xCDCCC8) is unknown color: approx Concrete. HEX triplet: CD, CC and C8. RGB value is (205,204,200). Sum of RGB (Red+Green+Blue) = 205+204+200=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 200 (78.52% from 255 or 32.84% from 609); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCCC8 is #323337. Grayscale: #CBCBCB. Windows color (decimal): -3289912 or 13159629. OLE color: 13159629.

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

Color convert

RGB205204200-
CMYK00.000.020.20
HSL48º4.76%79.41%-
HSV(B)48º2.44%80.39%-
XYZ57.260.3363.27-
YUV203.84125.83128.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.66%
GREEN value IS 204 (80.08% from 255) = 33.50%
BLUE value IS 200 (78.52% from 255) = 32.84%
R=33.66%
G=33.50%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520420000.000.020.20484.7679.41
HexCDCCC8002143054f
Octal31531431000224605117
Binary1100110111001100110010000010101001100001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCC8; }

 p { color: rgb(205,204,200); }

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

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

 a { background-color: rgb(205,204,200); }

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

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

 span { border-color: rgb(205,204,200); }

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