Html Css Color HEX #C1CECE Iron

📋 copy color: '#C1CECE'

red 193 ◦ green 206 ◦ blue 206

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

Shades of Iron #C1CECE

Tints of Iron #C1CECE

RGB

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

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

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

R = 31.9%
G = 34.05%
B = 34.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C1CECE (or 0xC1CECE) is known color: Iron. HEX triplet: C1, CE and CE. RGB value is (193,206,206). Sum of RGB (Red+Green+Blue) = 193+206+206=605 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.90% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #C1CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CECE is #3E3131. Grayscale: #CACACA. Windows color (decimal): -4075826 or 13553345. OLE color: 13553345.

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

Color convert

RGB 193 206 206 -
CMYK 0.06 0 0 0.19
HSL 180º 0.12% 0.78% -
HSV(B) 180º 0.06% 0.81% -
XYZ 55.2 59.94 67.05 -
YUV 202.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 193 206 206 0.06 0 0 0.19 180 0.12 0.78
Hex C1 CE CE 6 0 0 13 B4 C 4E
Octal 301 316 316 6 0 0 23 264 14 116
Binary 11000001 11001110 11001110 110 0 0 10011 10110100 1100 1001110

Color Harmonies of #C1CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CECE

Black with #C1CECE

Text Example


Text Example

White with #C1CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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