Html Css Color HEX #C2B6D0 Moon Raker

📋 copy color: '#C2B6D0'

red 194 ◦ green 182 ◦ blue 208

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

Shades of Moon Raker #C2B6D0

Tints of Moon Raker #C2B6D0

RGB

 RED value IS 194 (76.17% from 255) = 33.22%

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

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

R = 33.22%
G = 31.16%
B = 35.62%

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

#C2B6D0 (or 0xC2B6D0) is known color: Moon Raker. HEX triplet: C2, B6 and D0. RGB value is (194,182,208). Sum of RGB (Red+Green+Blue) = 194+182+208=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 182 (71.48% from 255 or 31.16% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 208 - color contains mainly: blue. Hex color #C2B6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B6D0 is #3D492F. Grayscale: #BCBCBC. Windows color (decimal): -4016432 or 13678274. OLE color: 13678274.

HSL color Cylindrical-coordinate representation of color #C2B6D0: hue angle of 267.69º 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 #C2B6D0 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 182 208 -
CMYK 0.07 0.12 0 0.18
HSL 267.69º 0.22% 0.76% -
HSV(B) 267.69º 0.13% 0.82% -
XYZ 50.36 49.48 66.57 -
YUV 188.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 194 182 208 0.07 0.12 0 0.18 267.69 0.22 0.76
Hex C2 B6 D0 7 C 0 12 10C 16 4C
Octal 302 266 320 7 14 0 22 414 26 114
Binary 11000010 10110110 11010000 111 1100 0 10010 100001100 10110 1001100

Color Harmonies of #C2B6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B6D0

Black with #C2B6D0

Text Example


Text Example

White with #C2B6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B6D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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