Html Css Color HEX #C6A9EA Perfume

📋 copy color: '#C6A9EA'

red 198 ◦ green 169 ◦ blue 234

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

Shades of Perfume #C6A9EA

Tints of Perfume #C6A9EA

RGB

 RED value IS 198 (77.73% from 255) = 32.95%

 GREEN value IS 169 (66.41% from 255) = 28.12%

 BLUE value IS 234 (91.8% from 255) = 38.94%

R = 32.95%
G = 28.12%
B = 38.94%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C6A9EA (or 0xC6A9EA) is known color: Perfume. HEX triplet: C6, A9 and EA. RGB value is (198,169,234). Sum of RGB (Red+Green+Blue) = 198+169+234=601 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.95% from 601); Green value is 169 (66.41% from 255 or 28.12% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6A9EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A9EA is #395615. Grayscale: #B8B8B8. Windows color (decimal): -3757590 or 15378886. OLE color: 15378886.

HSL color Cylindrical-coordinate representation of color #C6A9EA: hue angle of 266.77º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6A9EA is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 169 234 -
CMYK 0.15 0.28 0 0.08
HSL 266.77º 0.61% 0.79% -
HSV(B) 266.77º 0.28% 0.92% -
XYZ 52.33 46.32 84.02 -
YUV 185.08 155.61 137.21 -
System Red Green Blue C M Y K H S L
Decimal 198 169 234 0.15 0.28 0 0.08 266.77 0.61 0.79
Hex C6 A9 EA F 1C 0 8 10B 3D 4F
Octal 306 251 352 17 34 0 10 413 75 117
Binary 11000110 10101001 11101010 1111 11100 0 1000 100001011 111101 1001111

Color Harmonies of #C6A9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A9EA

Black with #C6A9EA

Text Example


Text Example

White with #C6A9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A9EA; }

 p { color: rgb(198,169,234); }

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

background-color css

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

 a { background-color: rgb(198,169,234); }

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

border-color css

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

 span { border-color: rgb(198,169,234); }

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