Html Css Color HEX #C1CBCE Iron

📋 copy color: '#C1CBCE'

red 193 ◦ green 203 ◦ blue 206

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

Shades of Iron #C1CBCE

Tints of Iron #C1CBCE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.72%

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

R = 32.06%
G = 33.72%
B = 34.22%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C1CBCE (or 0xC1CBCE) is known color: Iron. HEX triplet: C1, CB and CE. RGB value is (193,203,206). Sum of RGB (Red+Green+Blue) = 193+203+206=602 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.06% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1CBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CBCE is #3E3431. Grayscale: #C8C8C8. Windows color (decimal): -4076594 or 13552577. OLE color: 13552577.

HSL color Cylindrical-coordinate representation of color #C1CBCE: hue angle of 193.85º 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 #C1CBCE is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 203 206 -
CMYK 0.06 0.01 0 0.19
HSL 193.85º 0.12% 0.78% -
HSV(B) 193.85º 0.06% 0.81% -
XYZ 54.49 58.51 66.81 -
YUV 200.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 193 203 206 0.06 0.01 0 0.19 193.85 0.12 0.78
Hex C1 CB CE 6 1 0 13 C2 C 4E
Octal 301 313 316 6 1 0 23 302 14 116
Binary 11000001 11001011 11001110 110 1 0 10011 11000010 1100 1001110

Color Harmonies of #C1CBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CBCE

Black with #C1CBCE

Text Example


Text Example

White with #C1CBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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