Html Css Color HEX #C0AFD4 Moon Raker

📋 copy color: '#C0AFD4'

red 192 ◦ green 175 ◦ blue 212

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

Shades of Moon Raker #C0AFD4

Tints of Moon Raker #C0AFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.61%

R = 33.16%
G = 30.22%
B = 36.61%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C0AFD4 (or 0xC0AFD4) is known color: Moon Raker. HEX triplet: C0, AF and D4. RGB value is (192,175,212). Sum of RGB (Red+Green+Blue) = 192+175+212=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 212 - color contains mainly: blue. Hex color #C0AFD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFD4 is #3F502B. Grayscale: #B8B8B8. Windows color (decimal): -4149292 or 13938624. OLE color: 13938624.

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

Color convert

RGB 192 175 212 -
CMYK 0.09 0.17 0 0.17
HSL 267.57º 0.3% 0.76% -
HSV(B) 267.57º 0.17% 0.83% -
XYZ 48.95 46.62 68.71 -
YUV 184.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 192 175 212 0.09 0.17 0 0.17 267.57 0.3 0.76
Hex C0 AF D4 9 11 0 11 10C 1E 4C
Octal 300 257 324 11 21 0 21 414 36 114
Binary 11000000 10101111 11010100 1001 10001 0 10001 100001100 11110 1001100

Color Harmonies of #C0AFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AFD4

Black with #C0AFD4

Text Example


Text Example

White with #C0AFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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