Html Css Color HEX #C1B5CF Moon Raker

📋 copy color: '#C1B5CF'

red 193 ◦ green 181 ◦ blue 207

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

Shades of Moon Raker #C1B5CF

Tints of Moon Raker #C1B5CF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.15%

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

R = 33.22%
G = 31.15%
B = 35.63%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C1B5CF (or 0xC1B5CF) is known color: Moon Raker. HEX triplet: C1, B5 and CF. RGB value is (193,181,207). Sum of RGB (Red+Green+Blue) = 193+181+207=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #C1B5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B5CF is #3E4A30. Grayscale: #BBBBBB. Windows color (decimal): -4082225 or 13612481. OLE color: 13612481.

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

Color convert

RGB 193 181 207 -
CMYK 0.07 0.13 0 0.19
HSL 267.69º 0.21% 0.76% -
HSV(B) 267.69º 0.13% 0.81% -
XYZ 49.78 48.89 65.84 -
YUV 187.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 193 181 207 0.07 0.13 0 0.19 267.69 0.21 0.76
Hex C1 B5 CF 7 D 0 13 10C 15 4C
Octal 301 265 317 7 15 0 23 414 25 114
Binary 11000001 10110101 11001111 111 1101 0 10011 100001100 10101 1001100

Color Harmonies of #C1B5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B5CF

Black with #C1B5CF

Text Example


Text Example

White with #C1B5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B5CF; }

 p { color: rgb(193,181,207); }

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

background-color css

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

 a { background-color: rgb(193,181,207); }

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

border-color css

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

 span { border-color: rgb(193,181,207); }

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