Html Css Color HEX #C2B7CE Moon Raker

📋 copy color: '#C2B7CE'

red 194 ◦ green 183 ◦ blue 206

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

Shades of Moon Raker #C2B7CE

Tints of Moon Raker #C2B7CE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.39%

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

R = 33.28%
G = 31.39%
B = 35.33%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C2B7CE (or 0xC2B7CE) is known color: Moon Raker. HEX triplet: C2, B7 and CE. RGB value is (194,183,206). Sum of RGB (Red+Green+Blue) = 194+183+206=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 183 (71.88% from 255 or 31.39% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2B7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B7CE is #3D4831. Grayscale: #BCBCBC. Windows color (decimal): -4016178 or 13547458. OLE color: 13547458.

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

Color convert

RGB 194 183 206 -
CMYK 0.06 0.11 0 0.19
HSL 268.7º 0.19% 0.76% -
HSV(B) 268.7º 0.11% 0.81% -
XYZ 50.32 49.79 65.35 -
YUV 188.91 137.64 131.63 -
System Red Green Blue C M Y K H S L
Decimal 194 183 206 0.06 0.11 0 0.19 268.7 0.19 0.76
Hex C2 B7 CE 6 B 0 13 10D 13 4C
Octal 302 267 316 6 13 0 23 415 23 114
Binary 11000010 10110111 11001110 110 1011 0 10011 100001101 10011 1001100

Color Harmonies of #C2B7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B7CE

Black with #C2B7CE

Text Example


Text Example

White with #C2B7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B7CE; }

 p { color: rgb(194,183,206); }

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

background-color css

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

 a { background-color: rgb(194,183,206); }

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

border-color css

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

 span { border-color: rgb(194,183,206); }

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