Html Css Color HEX #C3CBCE Iron

📋 copy color: '#C3CBCE'

red 195 ◦ green 203 ◦ blue 206

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

Shades of Iron #C3CBCE

Tints of Iron #C3CBCE

RGB

 RED value IS 195 (76.56% from 255) = 32.28%

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

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

R = 32.28%
G = 33.61%
B = 34.11%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C3CBCE (or 0xC3CBCE) is known color: Iron. HEX triplet: C3, CB and CE. RGB value is (195,203,206). Sum of RGB (Red+Green+Blue) = 195+203+206=604 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.28% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 206 - color contains mainly: blue. Hex color #C3CBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBCE is #3C3431. Grayscale: #C8C8C8. Windows color (decimal): -3945522 or 13552579. OLE color: 13552579.

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

Color convert

RGB 195 203 206 -
CMYK 0.05 0.01 0 0.19
HSL 196.36º 0.1% 0.79% -
HSV(B) 196.36º 0.05% 0.81% -
XYZ 55 58.77 66.84 -
YUV 200.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 195 203 206 0.05 0.01 0 0.19 196.36 0.1 0.79
Hex C3 CB CE 5 1 0 13 C4 A 4F
Octal 303 313 316 5 1 0 23 304 12 117
Binary 11000011 11001011 11001110 101 1 0 10011 11000100 1010 1001111

Color Harmonies of #C3CBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CBCE

Black with #C3CBCE

Text Example


Text Example

White with #C3CBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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