#C0CBCC

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

Shades of Iron #C0CBCC

Tints of Iron #C0CBCC

Color information

#C0CBCC (or 0xC0CBCC) is unknown color: approx Iron. HEX triplet: C0, CB and CC. RGB value is (192,203,204). Sum of RGB (Red+Green+Blue) = 192+203+204=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 204 - color contains mainly: blue. Hex color #C0CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBCC is #3F3433. Grayscale: #C7C7C7. Windows color (decimal): -4142132 or 13421504. OLE color: 13421504.

HSL color Cylindrical-coordinate representation of color #C0CBCC: hue angle of 185º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0CBCC is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB192203204-
CMYK0.060.0000.2
HSL185º10.53%77.65%-
HSV(B)185º5.88%80%-
XYZ53.9958.2865.53-
YUV199.82130.36122.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.05%
GREEN value IS 203 (79.69% from 255) = 33.89%
BLUE value IS 204 (80.08% from 255) = 34.06%
R=32.05%
G=33.89%
B=34.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1922032040.060.0000.218510.5377.65
HexC0CBCC60014b9b4e
Octal3003133146002427113116
Binary11000000110010111100110011000101001011100110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CBCC; }

 p { color: rgb(192,203,204); }

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

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

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

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

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

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

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