Html Css Color HEX #C0B1CE Moon Raker

📋 copy color: '#C0B1CE'

red 192 ◦ green 177 ◦ blue 206

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

Shades of Moon Raker #C0B1CE

Tints of Moon Raker #C0B1CE

RGB

 RED value IS 192 (75.39% from 255) = 33.39%

 GREEN value IS 177 (69.53% from 255) = 30.78%

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

R = 33.39%
G = 30.78%
B = 35.83%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C0B1CE (or 0xC0B1CE) is known color: Moon Raker. HEX triplet: C0, B1 and CE. RGB value is (192,177,206). Sum of RGB (Red+Green+Blue) = 192+177+206=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 177 (69.53% from 255 or 30.78% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0B1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B1CE is #3F4E31. Grayscale: #B8B8B8. Windows color (decimal): -4148786 or 13545920. OLE color: 13545920.

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

Color convert

RGB 192 177 206 -
CMYK 0.07 0.14 0 0.19
HSL 271.03º 0.23% 0.75% -
HSV(B) 271.03º 0.14% 0.81% -
XYZ 48.6 47.11 64.92 -
YUV 184.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 192 177 206 0.07 0.14 0 0.19 271.03 0.23 0.75
Hex C0 B1 CE 7 E 0 13 10F 17 4B
Octal 300 261 316 7 16 0 23 417 27 113
Binary 11000000 10110001 11001110 111 1110 0 10011 100001111 10111 1001011

Color Harmonies of #C0B1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B1CE

Black with #C0B1CE

Text Example


Text Example

White with #C0B1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B1CE; }

 p { color: rgb(192,177,206); }

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

background-color css

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

 a { background-color: rgb(192,177,206); }

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

border-color css

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

 span { border-color: rgb(192,177,206); }

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