Shades of Silver #CABDBD
Tints of Silver #CABDBD
RGB
CMYK
RGB Variations
Color information
#CABDBD (or 0xCABDBD) is known color: Silver. HEX triplet: CA, BD and BD. RGB value is (202,189,189). Sum of RGB (Red+Green+Blue) = 202+189+189=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDBD is #354242. Grayscale: #C0C0C0. Windows color (decimal): -3490371 or 12434890. OLE color: 12434890.
HSL color Cylindrical-coordinate representation of color #CABDBD: hue angle of 0º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CABDBD is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 189 | 189 | - |
CMYK | 0 | 0.06 | 0.06 | 0.21 |
HSL | 0º | 0.11% | 0.77% | - |
HSV(B) | 0º | 0.06% | 0.79% | - |
XYZ | 51.74 | 52.63 | 55.57 | - |
YUV | 192.89 | 125.81 | 134.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 189 | 189 | 0 | 0.06 | 0.06 | 0.21 | 0 | 0.11 | 0.77 |
Hex | CA | BD | BD | 0 | 6 | 6 | 15 | 0 | B | 4D |
Octal | 312 | 275 | 275 | 0 | 6 | 6 | 25 | 0 | 13 | 115 |
Binary | 11001010 | 10111101 | 10111101 | 0 | 110 | 110 | 10101 | 0 | 1011 | 1001101 |
Color Harmonies of #CABDBD
Complementary color
Monochromatic Colors of #CABDBD
Black with #CABDBD
Text Example
Text Example
White with #CABDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDBD; }
p { color: rgb(202,189,189); }
H1.HeaderClassName
{
color: #CABDBD;
}
.AnyTagClassName
{
color: #CABDBD;
}
</style>
background-color css
<style>
a { background-color: #CABDBD; }
a { background-color: rgb(202,189,189); }
div.DivClassName
{
background-color: #CABDBD;
}
.BgClassName
{
background-color: #CABDBD;
}
</style>
border-color css
<style>
span { border-color: #CABDBD; }
span { border-color: rgb(202,189,189); }
td.TdClassName
{
border-color: #CABDBD;
}
.TagClassName
{
border-color: #CABDBD;
}
</style>