Html Css Color HEX #C1B6D0 Moon Raker

📋 copy color: '#C1B6D0'

red 193 ◦ green 182 ◦ blue 208

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

Shades of Moon Raker #C1B6D0

Tints of Moon Raker #C1B6D0

RGB

 RED value IS 193 (75.78% from 255) = 33.1%

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

 BLUE value IS 208 (81.64% from 255) = 35.68%

R = 33.1%
G = 31.22%
B = 35.68%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C1B6D0 (or 0xC1B6D0) is known color: Moon Raker. HEX triplet: C1, B6 and D0. RGB value is (193,182,208). Sum of RGB (Red+Green+Blue) = 193+182+208=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 182 (71.48% from 255 or 31.22% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #C1B6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B6D0 is #3E492F. Grayscale: #BCBCBC. Windows color (decimal): -4081968 or 13678273. OLE color: 13678273.

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

Color convert

RGB 193 182 208 -
CMYK 0.07 0.12 0 0.18
HSL 265.38º 0.22% 0.76% -
HSV(B) 265.38º 0.13% 0.82% -
XYZ 50.11 49.35 66.56 -
YUV 188.25 139.14 131.39 -
System Red Green Blue C M Y K H S L
Decimal 193 182 208 0.07 0.12 0 0.18 265.38 0.22 0.76
Hex C1 B6 D0 7 C 0 12 109 16 4C
Octal 301 266 320 7 14 0 22 411 26 114
Binary 11000001 10110110 11010000 111 1100 0 10010 100001001 10110 1001100

Color Harmonies of #C1B6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B6D0

Black with #C1B6D0

Text Example


Text Example

White with #C1B6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B6D0; }

 p { color: rgb(193,182,208); }

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

background-color css

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

 a { background-color: rgb(193,182,208); }

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

border-color css

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

 span { border-color: rgb(193,182,208); }

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