Html Css Color HEX #C4A6F9 Perfume

📋 copy color: '#C4A6F9'

red 196 ◦ green 166 ◦ blue 249

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

Shades of Perfume #C4A6F9

Tints of Perfume #C4A6F9

RGB

 RED value IS 196 (76.95% from 255) = 32.08%

 GREEN value IS 166 (65.23% from 255) = 27.17%

 BLUE value IS 249 (97.66% from 255) = 40.75%

R = 32.08%
G = 27.17%
B = 40.75%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C4A6F9 (or 0xC4A6F9) is known color: Perfume. HEX triplet: C4, A6 and F9. RGB value is (196,166,249). Sum of RGB (Red+Green+Blue) = 196+166+249=611 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.08% from 611); Green value is 166 (65.23% from 255 or 27.17% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #C4A6F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A6F9 is #3B5906. Grayscale: #B8B8B8. Windows color (decimal): -3889415 or 16361156. OLE color: 16361156.

HSL color Cylindrical-coordinate representation of color #C4A6F9: hue angle of 261.69º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C4A6F9 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 166 249 -
CMYK 0.21 0.33 0 0.02
HSL 261.69º 0.87% 0.81% -
HSV(B) 261.69º 0.33% 0.98% -
XYZ 53.5 45.85 95.65 -
YUV 184.43 164.44 136.25 -
System Red Green Blue C M Y K H S L
Decimal 196 166 249 0.21 0.33 0 0.02 261.69 0.87 0.81
Hex C4 A6 F9 15 21 0 2 106 57 51
Octal 304 246 371 25 41 0 2 406 127 121
Binary 11000100 10100110 11111001 10101 100001 0 10 100000110 1010111 1010001

Color Harmonies of #C4A6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A6F9

Black with #C4A6F9

Text Example


Text Example

White with #C4A6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A6F9; }

 p { color: rgb(196,166,249); }

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

background-color css

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

 a { background-color: rgb(196,166,249); }

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

border-color css

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

 span { border-color: rgb(196,166,249); }

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