Html Css Color HEX #C4A4F9 Perfume

📋 copy color: '#C4A4F9'

red 196 ◦ green 164 ◦ blue 249

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

Shades of Perfume #C4A4F9

Tints of Perfume #C4A4F9

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.93%

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

R = 32.18%
G = 26.93%
B = 40.89%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C4A4F9 (or 0xC4A4F9) is known color: Perfume. HEX triplet: C4, A4 and F9. RGB value is (196,164,249). Sum of RGB (Red+Green+Blue) = 196+164+249=609 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.18% from 609); Green value is 164 (64.45% from 255 or 26.93% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #C4A4F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A4F9 is #3B5B06. Grayscale: #B6B6B6. Windows color (decimal): -3889927 or 16360644. OLE color: 16360644.

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

Color convert

RGB 196 164 249 -
CMYK 0.21 0.34 0 0.02
HSL 262.59º 0.88% 0.81% -
HSV(B) 262.59º 0.34% 0.98% -
XYZ 53.14 45.13 95.53 -
YUV 183.26 165.1 137.09 -
System Red Green Blue C M Y K H S L
Decimal 196 164 249 0.21 0.34 0 0.02 262.59 0.88 0.81
Hex C4 A4 F9 15 22 0 2 107 58 51
Octal 304 244 371 25 42 0 2 407 130 121
Binary 11000100 10100100 11111001 10101 100010 0 10 100000111 1011000 1010001

Color Harmonies of #C4A4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A4F9

Black with #C4A4F9

Text Example


Text Example

White with #C4A4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A4F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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