Html Css Color HEX #C7CECF Iron

📋 copy color: '#C7CECF'

red 199 ◦ green 206 ◦ blue 207

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

Shades of Iron #C7CECF

Tints of Iron #C7CECF

RGB

 RED value IS 199 (78.13% from 255) = 32.52%

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

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

R = 32.52%
G = 33.66%
B = 33.82%

CMYK

 C value IS 0.04

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C7CECF (or 0xC7CECF) is known color: Iron. HEX triplet: C7, CE and CF. RGB value is (199,206,207). Sum of RGB (Red+Green+Blue) = 199+206+207=612 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.52% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 207 - color contains mainly: blue. Hex color #C7CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CECF is #383130. Grayscale: #CCCCCC. Windows color (decimal): -3682609 or 13618887. OLE color: 13618887.

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

Color convert

RGB 199 206 207 -
CMYK 0.04 0.00 0 0.19
HSL 187.5º 0.08% 0.8% -
HSV(B) 187.5º 0.04% 0.81% -
XYZ 56.89 60.79 67.77 -
YUV 204.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 199 206 207 0.04 0.00 0 0.19 187.5 0.08 0.8
Hex C7 CE CF 4 0 0 13 BC 8 50
Octal 307 316 317 4 0 0 23 274 10 120
Binary 11000111 11001110 11001111 100 0 0 10011 10111100 1000 1010000

Color Harmonies of #C7CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CECF

Black with #C7CECF

Text Example


Text Example

White with #C7CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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