Html Css Color HEX #C0B3CE Moon Raker

📋 copy color: '#C0B3CE'

red 192 ◦ green 179 ◦ blue 206

#C0B3CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Raker #C0B3CE

Tints of Moon Raker #C0B3CE

RGB

 RED value IS 192 (75.39% from 255) = 33.28%

 GREEN value IS 179 (70.31% from 255) = 31.02%

 BLUE value IS 206 (80.86% from 255) = 35.7%

R = 33.28%
G = 31.02%
B = 35.7%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C0B3CE (or 0xC0B3CE) is known color: Moon Raker. HEX triplet: C0, B3 and CE. RGB value is (192,179,206). Sum of RGB (Red+Green+Blue) = 192+179+206=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0B3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B3CE is #3F4C31. Grayscale: #B9B9B9. Windows color (decimal): -4148274 or 13546432. OLE color: 13546432.

HSL color Cylindrical-coordinate representation of color #C0B3CE: hue angle of 268.89º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0B3CE is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 179 206 -
CMYK 0.07 0.13 0 0.19
HSL 268.89º 0.22% 0.75% -
HSV(B) 268.89º 0.13% 0.81% -
XYZ 49 47.9 65.06 -
YUV 185.97 139.31 132.3 -
System Red Green Blue C M Y K H S L
Decimal 192 179 206 0.07 0.13 0 0.19 268.89 0.22 0.75
Hex C0 B3 CE 7 D 0 13 10D 16 4B
Octal 300 263 316 7 15 0 23 415 26 113
Binary 11000000 10110011 11001110 111 1101 0 10011 100001101 10110 1001011

Color Harmonies of #C0B3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B3CE

Black with #C0B3CE

Text Example


Text Example

White with #C0B3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B3CE; }

 p { color: rgb(192,179,206); }

 H1.HeaderClassName
 {
   color: #C0B3CE;
 }
 .AnyTagClassName
 {
   color: #C0B3CE;
 }
</style>

background-color css

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

 a { background-color: rgb(192,179,206); }

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

border-color css

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

 span { border-color: rgb(192,179,206); }

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