Html Css Color HEX #C4A4E5 Perfume

📋 copy color: '#C4A4E5'

red 196 ◦ green 164 ◦ blue 229

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

Shades of Perfume #C4A4E5

Tints of Perfume #C4A4E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.88%

R = 33.28%
G = 27.84%
B = 38.88%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C4A4E5 (or 0xC4A4E5) is known color: Perfume. HEX triplet: C4, A4 and E5. RGB value is (196,164,229). Sum of RGB (Red+Green+Blue) = 196+164+229=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #C4A4E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A4E5 is #3B5B1A. Grayscale: #B4B4B4. Windows color (decimal): -3889947 or 15049924. OLE color: 15049924.

HSL color Cylindrical-coordinate representation of color #C4A4E5: hue angle of 269.54º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4A4E5 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 196 164 229 -
CMYK 0.14 0.28 0 0.10
HSL 269.54º 0.56% 0.77% -
HSV(B) 269.54º 0.28% 0.9% -
XYZ 50.18 43.94 79.97 -
YUV 180.98 155.1 138.71 -
System Red Green Blue C M Y K H S L
Decimal 196 164 229 0.14 0.28 0 0.10 269.54 0.56 0.77
Hex C4 A4 E5 E 1C 0 A 10E 38 4D
Octal 304 244 345 16 34 0 12 416 70 115
Binary 11000100 10100100 11100101 1110 11100 0 1010 100001110 111000 1001101

Color Harmonies of #C4A4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A4E5

Black with #C4A4E5

Text Example


Text Example

White with #C4A4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A4E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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