#C0CBCA

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

Shades of Iron #C0CBCA

Tints of Iron #C0CBCA

Color information

#C0CBCA (or 0xC0CBCA) is unknown color: approx Iron. HEX triplet: C0, CB and CA. RGB value is (192,203,202). Sum of RGB (Red+Green+Blue) = 192+203+202=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBCA is #3F3435. Grayscale: #C7C7C7. Windows color (decimal): -4142134 or 13290432. OLE color: 13290432.

HSL color Cylindrical-coordinate representation of color #C0CBCA: hue angle of 174.55º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0CBCA is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB192203202-
CMYK0.0500.000.20
HSL174.55º9.57%77.45%-
HSV(B)174.55º5.42%79.61%-
XYZ53.7558.1864.27-
YUV199.6129.36122.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.16%
GREEN value IS 203 (79.69% from 255) = 34.00%
BLUE value IS 202 (79.30% from 255) = 33.84%
R=32.16%
G=34.00%
B=33.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1922032020.0500.000.20174.559.5777.45
HexC0CBCA50014afa4d
Octal3003133125002425712115
Binary11000000110010111100101010100101001010111110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CBCA; }

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

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

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

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

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

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

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

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