Html Css Color HEX #C0A4EC Perfume

📋 copy color: '#C0A4EC'

red 192 ◦ green 164 ◦ blue 236

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

Shades of Perfume #C0A4EC

Tints of Perfume #C0A4EC

RGB

 RED value IS 192 (75.39% from 255) = 32.43%

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

 BLUE value IS 236 (92.58% from 255) = 39.86%

R = 32.43%
G = 27.7%
B = 39.86%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C0A4EC (or 0xC0A4EC) is known color: Perfume. HEX triplet: C0, A4 and EC. RGB value is (192,164,236). Sum of RGB (Red+Green+Blue) = 192+164+236=592 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.43% from 592); Green value is 164 (64.45% from 255 or 27.70% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0A4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A4EC is #3F5B13. Grayscale: #B4B4B4. Windows color (decimal): -4152084 or 15508672. OLE color: 15508672.

HSL color Cylindrical-coordinate representation of color #C0A4EC: hue angle of 263.33º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0A4EC is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 164 236 -
CMYK 0.19 0.31 0 0.07
HSL 263.33º 0.65% 0.78% -
HSV(B) 263.33º 0.31% 0.93% -
XYZ 50.15 43.81 85.17 -
YUV 180.58 159.28 136.15 -
System Red Green Blue C M Y K H S L
Decimal 192 164 236 0.19 0.31 0 0.07 263.33 0.65 0.78
Hex C0 A4 EC 13 1F 0 7 107 41 4E
Octal 300 244 354 23 37 0 7 407 101 116
Binary 11000000 10100100 11101100 10011 11111 0 111 100000111 1000001 1001110

Color Harmonies of #C0A4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A4EC

Black with #C0A4EC

Text Example


Text Example

White with #C0A4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A4EC; }

 p { color: rgb(192,164,236); }

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

background-color css

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

 a { background-color: rgb(192,164,236); }

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

border-color css

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

 span { border-color: rgb(192,164,236); }

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