Html Css Color HEX #C0B6CE Moon Raker

📋 copy color: '#C0B6CE'

red 192 ◦ green 182 ◦ blue 206

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

Shades of Moon Raker #C0B6CE

Tints of Moon Raker #C0B6CE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.38%

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

R = 33.1%
G = 31.38%
B = 35.52%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C0B6CE (or 0xC0B6CE) is known color: Moon Raker. HEX triplet: C0, B6 and CE. RGB value is (192,182,206). Sum of RGB (Red+Green+Blue) = 192+182+206=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 182 (71.48% from 255 or 31.38% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0B6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B6CE is #3F4931. Grayscale: #BBBBBB. Windows color (decimal): -4147506 or 13547200. OLE color: 13547200.

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

Color convert

RGB 192 182 206 -
CMYK 0.07 0.12 0 0.19
HSL 265º 0.2% 0.76% -
HSV(B) 265º 0.12% 0.81% -
XYZ 49.61 49.12 65.26 -
YUV 187.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 192 182 206 0.07 0.12 0 0.19 265 0.2 0.76
Hex C0 B6 CE 7 C 0 13 109 14 4C
Octal 300 266 316 7 14 0 23 411 24 114
Binary 11000000 10110110 11001110 111 1100 0 10011 100001001 10100 1001100

Color Harmonies of #C0B6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B6CE

Black with #C0B6CE

Text Example


Text Example

White with #C0B6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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