Html Css Color HEX #C4A4FC Perfume

📋 copy color: '#C4A4FC'

red 196 ◦ green 164 ◦ blue 252

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

Shades of Perfume #C4A4FC

Tints of Perfume #C4A4FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.18%

R = 32.03%
G = 26.8%
B = 41.18%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C4A4FC (or 0xC4A4FC) is known color: Perfume. HEX triplet: C4, A4 and FC. RGB value is (196,164,252). Sum of RGB (Red+Green+Blue) = 196+164+252=612 (81% of max value = 765). Red value is 196 (76.95% from 255 or 32.03% from 612); Green value is 164 (64.45% from 255 or 26.80% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4A4FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A4FC is #3B5B03. Grayscale: #B7B7B7. Windows color (decimal): -3889924 or 16557252. OLE color: 16557252.

HSL color Cylindrical-coordinate representation of color #C4A4FC: hue angle of 261.82º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4A4FC is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 164 252 -
CMYK 0.22 0.35 0 0.01
HSL 261.82º 0.94% 0.82% -
HSV(B) 261.82º 0.35% 0.99% -
XYZ 53.61 45.31 98.02 -
YUV 183.6 166.6 136.84 -
System Red Green Blue C M Y K H S L
Decimal 196 164 252 0.22 0.35 0 0.01 261.82 0.94 0.82
Hex C4 A4 FC 16 23 0 1 106 5E 52
Octal 304 244 374 26 43 0 1 406 136 122
Binary 11000100 10100100 11111100 10110 100011 0 1 100000110 1011110 1010010

Color Harmonies of #C4A4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A4FC

Black with #C4A4FC

Text Example


Text Example

White with #C4A4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A4FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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