Html Css Color HEX #C5CFCF Iron

📋 copy color: '#C5CFCF'

red 197 ◦ green 207 ◦ blue 207

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

Shades of Iron #C5CFCF

Tints of Iron #C5CFCF

RGB

 RED value IS 197 (77.34% from 255) = 32.24%

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

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

R = 32.24%
G = 33.88%
B = 33.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C5CFCF (or 0xC5CFCF) is known color: Iron. HEX triplet: C5, CF and CF. RGB value is (197,207,207). Sum of RGB (Red+Green+Blue) = 197+207+207=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #C5CFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFCF is #3A3030. Grayscale: #CCCCCC. Windows color (decimal): -3813425 or 13619141. OLE color: 13619141.

HSL color Cylindrical-coordinate representation of color #C5CFCF: 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.05%. Process color model (Four color, CMYK) of #C5CFCF is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 207 207 -
CMYK 0.05 0 0 0.19
HSL 180º 0.09% 0.79% -
HSV(B) 180º 0.05% 0.81% -
XYZ 56.6 61 67.82 -
YUV 204.01 129.69 123 -
System Red Green Blue C M Y K H S L
Decimal 197 207 207 0.05 0 0 0.19 180 0.09 0.79
Hex C5 CF CF 5 0 0 13 B4 9 4F
Octal 305 317 317 5 0 0 23 264 11 117
Binary 11000101 11001111 11001111 101 0 0 10011 10110100 1001 1001111

Color Harmonies of #C5CFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CFCF

Black with #C5CFCF

Text Example


Text Example

White with #C5CFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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