Html Css Color HEX #C3B9CF Moon Raker

📋 copy color: '#C3B9CF'

red 195 ◦ green 185 ◦ blue 207

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

Shades of Moon Raker #C3B9CF

Tints of Moon Raker #C3B9CF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.52%

 BLUE value IS 207 (81.25% from 255) = 35.26%

R = 33.22%
G = 31.52%
B = 35.26%

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

#C3B9CF (or 0xC3B9CF) is known color: Moon Raker. HEX triplet: C3, B9 and CF. RGB value is (195,185,207). Sum of RGB (Red+Green+Blue) = 195+185+207=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 185 (72.66% from 255 or 31.52% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3B9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B9CF is #3C4630. Grayscale: #BEBEBE. Windows color (decimal): -3950129 or 13613507. OLE color: 13613507.

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

Color convert

RGB 195 185 207 -
CMYK 0.06 0.11 0 0.19
HSL 267.27º 0.19% 0.77% -
HSV(B) 267.27º 0.11% 0.81% -
XYZ 51.12 50.81 66.14 -
YUV 190.5 137.31 131.21 -
System Red Green Blue C M Y K H S L
Decimal 195 185 207 0.06 0.11 0 0.19 267.27 0.19 0.77
Hex C3 B9 CF 6 B 0 13 10B 13 4D
Octal 303 271 317 6 13 0 23 413 23 115
Binary 11000011 10111001 11001111 110 1011 0 10011 100001011 10011 1001101

Color Harmonies of #C3B9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B9CF

Black with #C3B9CF

Text Example


Text Example

White with #C3B9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B9CF; }

 p { color: rgb(195,185,207); }

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

background-color css

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

 a { background-color: rgb(195,185,207); }

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

border-color css

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

 span { border-color: rgb(195,185,207); }

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