#C3CBCB

Color #C3CBCB Iron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iron #C3CBCB

Tints of Iron #C3CBCB

Color information

#C3CBCB (or 0xC3CBCB) is unknown color: approx Iron. HEX triplet: C3, CB and CB. RGB value is (195,203,203). Sum of RGB (Red+Green+Blue) = 195+203+203=601 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.45% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #C3CBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBCB is #3C3434. Grayscale: #C8C8C8. Windows color (decimal): -3945525 or 13355971. OLE color: 13355971.

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

Color convert

RGB195203203-
CMYK0.04000.20
HSL180º7.14%78.04%-
HSV(B)180º3.94%79.61%-
XYZ54.6458.6364.94-
YUV200.61129.35124-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.45%
GREEN value IS 203 (79.69% from 255) = 33.78%
BLUE value IS 203 (79.69% from 255) = 33.78%
R=32.45%
G=33.78%
B=33.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1952032030.04000.201807.1478.04
HexC3CBCB40014b474e
Octal303313313400242647116
Binary1100001111001011110010111000010100101101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CBCB; }

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

 H1.HeaderClassName
 {
   color: #C3CBCB;
 }
 .AnyTagClassName
 {
   color: #C3CBCB;
 }
</style>
background-color css

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

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

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

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

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

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