Html Css Color HEX #C3B7D0 Moon Raker

📋 copy color: '#C3B7D0'

red 195 ◦ green 183 ◦ blue 208

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

Shades of Moon Raker #C3B7D0

Tints of Moon Raker #C3B7D0

RGB

 RED value IS 195 (76.56% from 255) = 33.28%

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

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

R = 33.28%
G = 31.23%
B = 35.49%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C3B7D0 (or 0xC3B7D0) is known color: Moon Raker. HEX triplet: C3, B7 and D0. RGB value is (195,183,208). Sum of RGB (Red+Green+Blue) = 195+183+208=586 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.28% from 586); Green value is 183 (71.88% from 255 or 31.23% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 208 - color contains mainly: blue. Hex color #C3B7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B7D0 is #3C482F. Grayscale: #BDBDBD. Windows color (decimal): -3950640 or 13678531. OLE color: 13678531.

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

Color convert

RGB 195 183 208 -
CMYK 0.06 0.12 0 0.18
HSL 268.8º 0.21% 0.77% -
HSV(B) 268.8º 0.12% 0.82% -
XYZ 50.82 50.02 66.65 -
YUV 189.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 195 183 208 0.06 0.12 0 0.18 268.8 0.21 0.77
Hex C3 B7 D0 6 C 0 12 10D 15 4D
Octal 303 267 320 6 14 0 22 415 25 115
Binary 11000011 10110111 11010000 110 1100 0 10010 100001101 10101 1001101

Color Harmonies of #C3B7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B7D0

Black with #C3B7D0

Text Example


Text Example

White with #C3B7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B7D0; }

 p { color: rgb(195,183,208); }

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

background-color css

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

 a { background-color: rgb(195,183,208); }

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

border-color css

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

 span { border-color: rgb(195,183,208); }

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