Html Css Color HEX #C2ACE1 Perfume

📋 copy color: '#C2ACE1'

red 194 ◦ green 172 ◦ blue 225

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

Shades of Perfume #C2ACE1

Tints of Perfume #C2ACE1

RGB

 RED value IS 194 (76.17% from 255) = 32.83%

 GREEN value IS 172 (67.58% from 255) = 29.1%

 BLUE value IS 225 (88.28% from 255) = 38.07%

R = 32.83%
G = 29.1%
B = 38.07%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C2ACE1 (or 0xC2ACE1) is known color: Perfume. HEX triplet: C2, AC and E1. RGB value is (194,172,225). Sum of RGB (Red+Green+Blue) = 194+172+225=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #C2ACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACE1 is #3D531E. Grayscale: #B8B8B8. Windows color (decimal): -4018975 or 14789826. OLE color: 14789826.

HSL color Cylindrical-coordinate representation of color #C2ACE1: hue angle of 264.91º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2ACE1 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 172 225 -
CMYK 0.14 0.24 0 0.12
HSL 264.91º 0.47% 0.78% -
HSV(B) 264.91º 0.24% 0.88% -
XYZ 50.59 46.41 77.53 -
YUV 184.62 150.79 134.69 -
System Red Green Blue C M Y K H S L
Decimal 194 172 225 0.14 0.24 0 0.12 264.91 0.47 0.78
Hex C2 AC E1 E 18 0 C 109 2F 4E
Octal 302 254 341 16 30 0 14 411 57 116
Binary 11000010 10101100 11100001 1110 11000 0 1100 100001001 101111 1001110

Color Harmonies of #C2ACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACE1

Black with #C2ACE1

Text Example


Text Example

White with #C2ACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACE1; }

 p { color: rgb(194,172,225); }

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

background-color css

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

 a { background-color: rgb(194,172,225); }

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

border-color css

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

 span { border-color: rgb(194,172,225); }

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