Html Css Color HEX #C2CBCE Iron

📋 copy color: '#C2CBCE'

red 194 ◦ green 203 ◦ blue 206

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

Shades of Iron #C2CBCE

Tints of Iron #C2CBCE

RGB

 RED value IS 194 (76.17% from 255) = 32.17%

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

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

R = 32.17%
G = 33.67%
B = 34.16%

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

#C2CBCE (or 0xC2CBCE) is known color: Iron. HEX triplet: C2, CB and CE. RGB value is (194,203,206). Sum of RGB (Red+Green+Blue) = 194+203+206=603 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.17% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2CBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CBCE is #3D3431. Grayscale: #C8C8C8. Windows color (decimal): -4011058 or 13552578. OLE color: 13552578.

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

Color convert

RGB 194 203 206 -
CMYK 0.06 0.01 0 0.19
HSL 195º 0.11% 0.78% -
HSV(B) 195º 0.06% 0.81% -
XYZ 54.74 58.64 66.83 -
YUV 200.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 194 203 206 0.06 0.01 0 0.19 195 0.11 0.78
Hex C2 CB CE 6 1 0 13 C3 B 4E
Octal 302 313 316 6 1 0 23 303 13 116
Binary 11000010 11001011 11001110 110 1 0 10011 11000011 1011 1001110

Color Harmonies of #C2CBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CBCE

Black with #C2CBCE

Text Example


Text Example

White with #C2CBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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