Shades of Moon Raker #C3B4D2
Tints of Moon Raker #C3B4D2
RGB
CMYK
RGB Variations
Color information
#C3B4D2 (or 0xC3B4D2) is known color: Moon Raker. HEX triplet: C3, B4 and D2. RGB value is (195,180,210). Sum of RGB (Red+Green+Blue) = 195+180+210=585 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.33% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 210 - color contains mainly: blue. Hex color #C3B4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B4D2 is #3C4B2D. Grayscale: #BBBBBB. Windows color (decimal): -3951406 or 13808835. OLE color: 13808835.
HSL color Cylindrical-coordinate representation of color #C3B4D2: hue angle of 270º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3B4D2 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 180 | 210 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.18 |
| HSL | 270º | 0.25% | 0.76% | - |
| HSV(B) | 270º | 0.14% | 0.82% | - |
| XYZ | 50.46 | 48.9 | 67.75 | - |
| YUV | 187.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 180 | 210 | 0.07 | 0.14 | 0 | 0.18 | 270 | 0.25 | 0.76 |
| Hex | C3 | B4 | D2 | 7 | E | 0 | 12 | 10E | 19 | 4C |
| Octal | 303 | 264 | 322 | 7 | 16 | 0 | 22 | 416 | 31 | 114 |
| Binary | 11000011 | 10110100 | 11010010 | 111 | 1110 | 0 | 10010 | 100001110 | 11001 | 1001100 |
Color Harmonies of #C3B4D2
Complementary color
Monochromatic Colors of #C3B4D2
Black with #C3B4D2
Text Example
Text Example
White with #C3B4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B4D2; }
p { color: rgb(195,180,210); }
H1.HeaderClassName
{
color: #C3B4D2;
}
.AnyTagClassName
{
color: #C3B4D2;
}
</style>
background-color css
<style>
a { background-color: #C3B4D2; }
a { background-color: rgb(195,180,210); }
div.DivClassName
{
background-color: #C3B4D2;
}
.BgClassName
{
background-color: #C3B4D2;
}
</style>
border-color css
<style>
span { border-color: #C3B4D2; }
span { border-color: rgb(195,180,210); }
td.TdClassName
{
border-color: #C3B4D2;
}
.TagClassName
{
border-color: #C3B4D2;
}
</style>