Html Css Color HEX #C0B2DB Moon Raker

📋 copy color: '#C0B2DB'

red 192 ◦ green 178 ◦ blue 219

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

Shades of Moon Raker #C0B2DB

Tints of Moon Raker #C0B2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.18%

R = 32.6%
G = 30.22%
B = 37.18%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C0B2DB (or 0xC0B2DB) is known color: Moon Raker. HEX triplet: C0, B2 and DB. RGB value is (192,178,219). Sum of RGB (Red+Green+Blue) = 192+178+219=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0B2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B2DB is #3F4D24. Grayscale: #BABABA. Windows color (decimal): -4148517 or 14398144. OLE color: 14398144.

HSL color Cylindrical-coordinate representation of color #C0B2DB: hue angle of 260.49º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0B2DB is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 178 219 -
CMYK 0.12 0.19 0 0.14
HSL 260.49º 0.36% 0.78% -
HSV(B) 260.49º 0.19% 0.86% -
XYZ 50.44 48.16 73.66 -
YUV 186.86 146.14 131.67 -
System Red Green Blue C M Y K H S L
Decimal 192 178 219 0.12 0.19 0 0.14 260.49 0.36 0.78
Hex C0 B2 DB C 13 0 E 104 24 4E
Octal 300 262 333 14 23 0 16 404 44 116
Binary 11000000 10110010 11011011 1100 10011 0 1110 100000100 100100 1001110

Color Harmonies of #C0B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B2DB

Black with #C0B2DB

Text Example


Text Example

White with #C0B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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