Html Css Color HEX #C4CFD2 Iron

📋 copy color: '#C4CFD2'

red 196 ◦ green 207 ◦ blue 210

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

Shades of Iron #C4CFD2

Tints of Iron #C4CFD2

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 value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C4CFD2 (or 0xC4CFD2) is known color: 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

RGB 196 207 210 -
CMYK 0.07 0.01 0 0.18
HSL 192.86º 0.13% 0.8% -
HSV(B) 192.86º 0.07% 0.82% -
XYZ 56.71 61.01 69.76 -
YUV 204.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 196 207 210 0.07 0.01 0 0.18 192.86 0.13 0.8
Hex C4 CF D2 7 1 0 12 C1 D 50
Octal 304 317 322 7 1 0 22 301 15 120
Binary 11000100 11001111 11010010 111 1 0 10010 11000001 1101 1010000

Color Harmonies of #C4CFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CFD2

Black with #C4CFD2

Text Example


Text Example

White with #C4CFD2

Text Example


Text Example

HTML Codes & Css Web 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>