Html Css Color HEX #C6CFCF Iron

📋 copy color: '#C6CFCF'

red 198 ◦ green 207 ◦ blue 207

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

Shades of Iron #C6CFCF

Tints of Iron #C6CFCF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.82%

 BLUE value IS 207 (81.25% from 255) = 33.82%

R = 32.35%
G = 33.82%
B = 33.82%

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

#C6CFCF (or 0xC6CFCF) is known color: Iron. HEX triplet: C6, CF and CF. RGB value is (198,207,207). Sum of RGB (Red+Green+Blue) = 198+207+207=612 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.35% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #C6CFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CFCF is #393030. Grayscale: #CCCCCC. Windows color (decimal): -3747889 or 13619142. OLE color: 13619142.

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

Color convert

RGB 198 207 207 -
CMYK 0.04 0 0 0.19
HSL 180º 0.09% 0.79% -
HSV(B) 180º 0.04% 0.81% -
XYZ 56.86 61.14 67.83 -
YUV 204.31 129.52 123.5 -
System Red Green Blue C M Y K H S L
Decimal 198 207 207 0.04 0 0 0.19 180 0.09 0.79
Hex C6 CF CF 4 0 0 13 B4 9 4F
Octal 306 317 317 4 0 0 23 264 11 117
Binary 11000110 11001111 11001111 100 0 0 10011 10110100 1001 1001111

Color Harmonies of #C6CFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CFCF

Black with #C6CFCF

Text Example


Text Example

White with #C6CFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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