Html Css Color HEX #CCCECE Iron

📋 copy color: '#CCCECE'

red 204 ◦ green 206 ◦ blue 206

#CCCECE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iron #CCCECE

Tints of Iron #CCCECE

RGB

 RED value IS 204 (80.08% from 255) = 33.12%

 GREEN value IS 206 (80.86% from 255) = 33.44%

 BLUE value IS 206 (80.86% from 255) = 33.44%

R = 33.12%
G = 33.44%
B = 33.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CCCECE (or 0xCCCECE) is known color: Iron. HEX triplet: CC, CE and CE. RGB value is (204,206,206). Sum of RGB (Red+Green+Blue) = 204+206+206=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #CCCECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCECE is #333131. Grayscale: #CDCDCD. Windows color (decimal): -3354930 or 13553356. OLE color: 13553356.

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

Color convert

RGB 204 206 206 -
CMYK 0.01 0 0 0.19
HSL 180º 0.02% 0.8% -
HSV(B) 180º 0.01% 0.81% -
XYZ 58.11 61.44 67.19 -
YUV 205.4 128.34 127 -
System Red Green Blue C M Y K H S L
Decimal 204 206 206 0.01 0 0 0.19 180 0.02 0.8
Hex CC CE CE 1 0 0 13 B4 2 50
Octal 314 316 316 1 0 0 23 264 2 120
Binary 11001100 11001110 11001110 1 0 0 10011 10110100 10 1010000

Color Harmonies of #CCCECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCECE

Black with #CCCECE

Text Example


Text Example

White with #CCCECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCECE; }

 p { color: rgb(204,206,206); }

 H1.HeaderClassName
 {
   color: #CCCECE;
 }
 .AnyTagClassName
 {
   color: #CCCECE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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