Html Css Color HEX #C6CECE Iron

📋 copy color: '#C6CECE'

red 198 ◦ green 206 ◦ blue 206

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

Shades of Iron #C6CECE

Tints of Iron #C6CECE

RGB

 RED value IS 198 (77.73% from 255) = 32.46%

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

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

R = 32.46%
G = 33.77%
B = 33.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C6CECE (or 0xC6CECE) is known color: Iron. HEX triplet: C6, CE and CE. RGB value is (198,206,206). Sum of RGB (Red+Green+Blue) = 198+206+206=610 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.46% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #C6CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CECE is #393131. Grayscale: #CBCBCB. Windows color (decimal): -3748146 or 13553350. OLE color: 13553350.

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

Color convert

RGB 198 206 206 -
CMYK 0.04 0 0 0.19
HSL 180º 0.08% 0.79% -
HSV(B) 180º 0.04% 0.81% -
XYZ 56.5 60.6 67.11 -
YUV 203.61 129.35 124 -
System Red Green Blue C M Y K H S L
Decimal 198 206 206 0.04 0 0 0.19 180 0.08 0.79
Hex C6 CE CE 4 0 0 13 B4 8 4F
Octal 306 316 316 4 0 0 23 264 10 117
Binary 11000110 11001110 11001110 100 0 0 10011 10110100 1000 1001111

Color Harmonies of #C6CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CECE

Black with #C6CECE

Text Example


Text Example

White with #C6CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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