Html Css Color HEX #C4CFCE Iron

📋 copy color: '#C4CFCE'

red 196 ◦ green 207 ◦ blue 206

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

Shades of Iron #C4CFCE

Tints of Iron #C4CFCE

RGB

 RED value IS 196 (76.95% from 255) = 32.18%

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

 BLUE value IS 206 (80.86% from 255) = 33.83%

R = 32.18%
G = 33.99%
B = 33.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#C4CFCE (or 0xC4CFCE) is known color: Iron. HEX triplet: C4, CF and CE. RGB value is (196,207,206). Sum of RGB (Red+Green+Blue) = 196+207+206=609 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.18% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFCE is #3B3031. Grayscale: #CBCBCB. Windows color (decimal): -3878962 or 13553604. OLE color: 13553604.

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

Color convert

RGB 196 207 206 -
CMYK 0.05 0 0.00 0.19
HSL 174.55º 0.1% 0.79% -
HSV(B) 174.55º 0.05% 0.81% -
XYZ 56.22 60.82 67.17 -
YUV 203.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 196 207 206 0.05 0 0.00 0.19 174.55 0.1 0.79
Hex C4 CF CE 5 0 0 13 AF A 4F
Octal 304 317 316 5 0 0 23 257 12 117
Binary 11000100 11001111 11001110 101 0 0 10011 10101111 1010 1001111

Color Harmonies of #C4CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CFCE

Black with #C4CFCE

Text Example


Text Example

White with #C4CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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