#C8CACB

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

Shades of Iron #C8CACB

Tints of Iron #C8CACB

Color information

#C8CACB (or 0xC8CACB) is unknown color: approx Iron. HEX triplet: C8, CA and CB. RGB value is (200,202,203). Sum of RGB (Red+Green+Blue) = 200+202+203=605 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.06% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 203 - color contains mainly: blue. Hex color #C8CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CACB is #373534. Grayscale: #C9C9C9. Windows color (decimal): -3618101 or 13355720. OLE color: 13355720.

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

Color convert

RGB200202203-
CMYK0.010.0000.20
HSL200º2.8%79.02%-
HSV(B)200º1.48%79.61%-
XYZ55.7258.8364.92-
YUV201.52128.84126.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.06%
GREEN value IS 202 (79.30% from 255) = 33.39%
BLUE value IS 203 (79.69% from 255) = 33.55%
R=33.06%
G=33.39%
B=33.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2002022030.010.0000.202002.879.02
HexC8CACB10014c834f
Octal310312313100243103117
Binary1100100011001010110010111001010011001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CACB; }

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

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

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

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

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

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

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

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