Html Css Color HEX #C0B2CE Moon Raker

📋 copy color: '#C0B2CE'

red 192 ◦ green 178 ◦ blue 206

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

Shades of Moon Raker #C0B2CE

Tints of Moon Raker #C0B2CE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.9%

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

R = 33.33%
G = 30.9%
B = 35.76%

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

#C0B2CE (or 0xC0B2CE) is known color: Moon Raker. HEX triplet: C0, B2 and CE. RGB value is (192,178,206). Sum of RGB (Red+Green+Blue) = 192+178+206=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0B2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B2CE is #3F4D31. Grayscale: #B9B9B9. Windows color (decimal): -4148530 or 13546176. OLE color: 13546176.

HSL color Cylindrical-coordinate representation of color #C0B2CE: hue angle of 270º degrees, saturation: 0.22, 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 #C0B2CE is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 178 206 -
CMYK 0.07 0.14 0 0.19
HSL 270º 0.22% 0.75% -
HSV(B) 270º 0.14% 0.81% -
XYZ 48.8 47.5 64.99 -
YUV 185.38 139.64 132.72 -
System Red Green Blue C M Y K H S L
Decimal 192 178 206 0.07 0.14 0 0.19 270 0.22 0.75
Hex C0 B2 CE 7 E 0 13 10E 16 4B
Octal 300 262 316 7 16 0 23 416 26 113
Binary 11000000 10110010 11001110 111 1110 0 10011 100001110 10110 1001011

Color Harmonies of #C0B2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B2CE

Black with #C0B2CE

Text Example


Text Example

White with #C0B2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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