Html Css Color HEX #C0B5D3 Moon Raker

📋 copy color: '#C0B5D3'

red 192 ◦ green 181 ◦ blue 211

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

Shades of Moon Raker #C0B5D3

Tints of Moon Raker #C0B5D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.13%

R = 32.88%
G = 30.99%
B = 36.13%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C0B5D3 (or 0xC0B5D3) is known color: Moon Raker. HEX triplet: C0, B5 and D3. RGB value is (192,181,211). Sum of RGB (Red+Green+Blue) = 192+181+211=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 181 (71.09% from 255 or 30.99% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 211 - color contains mainly: blue. Hex color #C0B5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B5D3 is #3F4A2C. Grayscale: #BBBBBB. Windows color (decimal): -4147757 or 13874624. OLE color: 13874624.

HSL color Cylindrical-coordinate representation of color #C0B5D3: hue angle of 262º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0B5D3 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 181 211 -
CMYK 0.09 0.14 0 0.17
HSL 262º 0.25% 0.77% -
HSV(B) 262º 0.14% 0.83% -
XYZ 50.02 48.96 68.44 -
YUV 187.71 141.14 131.06 -
System Red Green Blue C M Y K H S L
Decimal 192 181 211 0.09 0.14 0 0.17 262 0.25 0.77
Hex C0 B5 D3 9 E 0 11 106 19 4D
Octal 300 265 323 11 16 0 21 406 31 115
Binary 11000000 10110101 11010011 1001 1110 0 10001 100000110 11001 1001101

Color Harmonies of #C0B5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B5D3

Black with #C0B5D3

Text Example


Text Example

White with #C0B5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B5D3; }

 p { color: rgb(192,181,211); }

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

background-color css

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

 a { background-color: rgb(192,181,211); }

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

border-color css

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

 span { border-color: rgb(192,181,211); }

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