Html Css Color HEX #C1CECF Iron

📋 copy color: '#C1CECF'

red 193 ◦ green 206 ◦ blue 207

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

Shades of Iron #C1CECF

Tints of Iron #C1CECF

RGB

 RED value IS 193 (75.78% from 255) = 31.85%

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

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

R = 31.85%
G = 33.99%
B = 34.16%

CMYK

 C value IS 0.07

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C1CECF (or 0xC1CECF) is known color: Iron. HEX triplet: C1, CE and CF. RGB value is (193,206,207). Sum of RGB (Red+Green+Blue) = 193+206+207=606 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.85% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 207 - color contains mainly: blue. Hex color #C1CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CECF is #3E3130. Grayscale: #CACACA. Windows color (decimal): -4075825 or 13618881. OLE color: 13618881.

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

Color convert

RGB 193 206 207 -
CMYK 0.07 0.00 0 0.19
HSL 184.29º 0.13% 0.78% -
HSV(B) 184.29º 0.07% 0.81% -
XYZ 55.33 59.99 67.69 -
YUV 202.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 193 206 207 0.07 0.00 0 0.19 184.29 0.13 0.78
Hex C1 CE CF 7 0 0 13 B8 D 4E
Octal 301 316 317 7 0 0 23 270 15 116
Binary 11000001 11001110 11001111 111 0 0 10011 10111000 1101 1001110

Color Harmonies of #C1CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CECF

Black with #C1CECF

Text Example


Text Example

White with #C1CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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