Html Css Color HEX #C2AFE0 Moon Raker

📋 copy color: '#C2AFE0'

red 194 ◦ green 175 ◦ blue 224

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

Shades of Moon Raker #C2AFE0

Tints of Moon Raker #C2AFE0

RGB

 RED value IS 194 (76.17% from 255) = 32.72%

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

 BLUE value IS 224 (87.89% from 255) = 37.77%

R = 32.72%
G = 29.51%
B = 37.77%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C2AFE0 (or 0xC2AFE0) is known color: Moon Raker. HEX triplet: C2, AF and E0. RGB value is (194,175,224). Sum of RGB (Red+Green+Blue) = 194+175+224=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 224 - color contains mainly: blue. Hex color #C2AFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFE0 is #3D501F. Grayscale: #BABABA. Windows color (decimal): -4018208 or 14725058. OLE color: 14725058.

HSL color Cylindrical-coordinate representation of color #C2AFE0: hue angle of 263.27º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2AFE0 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 175 224 -
CMYK 0.13 0.22 0 0.12
HSL 263.27º 0.44% 0.78% -
HSV(B) 263.27º 0.22% 0.88% -
XYZ 51.03 47.51 77 -
YUV 186.27 149.29 133.52 -
System Red Green Blue C M Y K H S L
Decimal 194 175 224 0.13 0.22 0 0.12 263.27 0.44 0.78
Hex C2 AF E0 D 16 0 C 107 2C 4E
Octal 302 257 340 15 26 0 14 407 54 116
Binary 11000010 10101111 11100000 1101 10110 0 1100 100000111 101100 1001110

Color Harmonies of #C2AFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFE0

Black with #C2AFE0

Text Example


Text Example

White with #C2AFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFE0; }

 p { color: rgb(194,175,224); }

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

background-color css

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

 a { background-color: rgb(194,175,224); }

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

border-color css

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

 span { border-color: rgb(194,175,224); }

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