Html Css Color HEX #C0AFD5 Moon Raker

📋 copy color: '#C0AFD5'

red 192 ◦ green 175 ◦ blue 213

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

Shades of Moon Raker #C0AFD5

Tints of Moon Raker #C0AFD5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.17%

 BLUE value IS 213 (83.59% from 255) = 36.72%

R = 33.1%
G = 30.17%
B = 36.72%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C0AFD5 (or 0xC0AFD5) is known color: Moon Raker. HEX triplet: C0, AF and D5. RGB value is (192,175,213). Sum of RGB (Red+Green+Blue) = 192+175+213=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 213 - color contains mainly: blue. Hex color #C0AFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFD5 is #3F502A. Grayscale: #B8B8B8. Windows color (decimal): -4149291 or 14004160. OLE color: 14004160.

HSL color Cylindrical-coordinate representation of color #C0AFD5: hue angle of 266.84º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0AFD5 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 175 213 -
CMYK 0.10 0.18 0 0.16
HSL 266.84º 0.31% 0.76% -
HSV(B) 266.84º 0.18% 0.84% -
XYZ 49.08 46.67 69.37 -
YUV 184.42 144.13 133.41 -
System Red Green Blue C M Y K H S L
Decimal 192 175 213 0.10 0.18 0 0.16 266.84 0.31 0.76
Hex C0 AF D5 A 12 0 10 10B 1F 4C
Octal 300 257 325 12 22 0 20 413 37 114
Binary 11000000 10101111 11010101 1010 10010 0 10000 100001011 11111 1001100

Color Harmonies of #C0AFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AFD5

Black with #C0AFD5

Text Example


Text Example

White with #C0AFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AFD5; }

 p { color: rgb(192,175,213); }

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

background-color css

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

 a { background-color: rgb(192,175,213); }

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

border-color css

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

 span { border-color: rgb(192,175,213); }

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