#C0B2D3

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

Shades of Moon Raker #C0B2D3

Tints of Moon Raker #C0B2D3

Color information

#C0B2D3 (or 0xC0B2D3) is unknown color: approx Moon Raker. HEX triplet: C0, B2 and D3. RGB value is (192,178,211). Sum of RGB (Red+Green+Blue) = 192+178+211=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 211 - color contains mainly: blue. Hex color #C0B2D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B2D3 is #3F4D2C. Grayscale: #B9B9B9. Windows color (decimal): -4148525 or 13873856. OLE color: 13873856.

HSL color Cylindrical-coordinate representation of color #C0B2D3: hue angle of 265.45º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0B2D3 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB192178211-
CMYK0.090.1600.17
HSL265.45º27.27%76.27%-
HSV(B)265.45º15.64%82.75%-
XYZ49.4247.7568.24-
YUV185.95142.14132.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.05%
GREEN value IS 178 (69.92% from 255) = 30.64%
BLUE value IS 211 (82.81% from 255) = 36.32%
R=33.05%
G=30.64%
B=36.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1921782110.090.1600.17265.4527.2776.27
HexC0B2D39100111091b4c
Octal300262323112002141133114
Binary110000001011001011010011100110000010001100001001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B2D3; }

 p { color: rgb(192,178,211); }

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

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

 a { background-color: rgb(192,178,211); }

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

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

 span { border-color: rgb(192,178,211); }

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