#C4CFD2

Color #C4CFD2 Iron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iron #C4CFD2

Tints of Iron #C4CFD2

Color information

#C4CFD2 (or 0xC4CFD2) is unknown color: approx Iron. HEX triplet: C4, CF and D2. RGB value is (196,207,210). Sum of RGB (Red+Green+Blue) = 196+207+210=613 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.97% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 210 - color contains mainly: blue. Hex color #C4CFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFD2 is #3B302D. Grayscale: #CCCCCC. Windows color (decimal): -3878958 or 13815748. OLE color: 13815748.

HSL color Cylindrical-coordinate representation of color #C4CFD2: hue angle of 192.86º degrees, saturation: 0.13, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C4CFD2 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196207210-
CMYK0.070.0100.18
HSL192.86º13.46%79.61%-
HSV(B)192.86º6.67%82.35%-
XYZ56.7161.0169.76-
YUV204.05131.36122.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.97%
GREEN value IS 207 (81.25% from 255) = 33.77%
BLUE value IS 210 (82.42% from 255) = 34.26%
R=31.97%
G=33.77%
B=34.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1962072100.070.0100.18192.8613.4679.61
HexC4CFD271012c1d50
Octal3043173227102230115120
Binary11000100110011111101001011110100101100000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CFD2; }

 p { color: rgb(196,207,210); }

 H1.HeaderClassName
 {
   color: #C4CFD2;
 }
 .AnyTagClassName
 {
   color: #C4CFD2;
 }
</style>
background-color css

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

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

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

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

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

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