#C0B4CD

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

Shades of Moon Raker #C0B4CD

Tints of Moon Raker #C0B4CD

Color information

#C0B4CD (or 0xC0B4CD) is unknown color: approx Moon Raker. HEX triplet: C0, B4 and CD. RGB value is (192,180,205). Sum of RGB (Red+Green+Blue) = 192+180+205=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0B4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B4CD is #3F4B32. Grayscale: #BABABA. Windows color (decimal): -4148019 or 13481152. OLE color: 13481152.

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

Color convert

RGB192180205-
CMYK0.060.1200.20
HSL268.8º20%75.49%-
HSV(B)268.8º12.2%80.39%-
XYZ49.0848.2664.49-
YUV186.44138.48131.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.28%
GREEN value IS 180 (70.70% from 255) = 31.20%
BLUE value IS 205 (80.47% from 255) = 35.53%
R=33.28%
G=31.20%
B=35.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921802050.060.1200.20268.82075.49
HexC0B4CD6C01410d144b
Octal30026431561402441524113
Binary1100000010110100110011011101100010100100001101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B4CD; }

 p { color: rgb(192,180,205); }

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

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

 a { background-color: rgb(192,180,205); }

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

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

 span { border-color: rgb(192,180,205); }

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