Html Css Color HEX #C6ACEA Perfume

📋 copy color: '#C6ACEA'

red 198 ◦ green 172 ◦ blue 234

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

Shades of Perfume #C6ACEA

Tints of Perfume #C6ACEA

RGB

 RED value IS 198 (77.73% from 255) = 32.78%

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

 BLUE value IS 234 (91.8% from 255) = 38.74%

R = 32.78%
G = 28.48%
B = 38.74%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C6ACEA (or 0xC6ACEA) is known color: Perfume. HEX triplet: C6, AC and EA. RGB value is (198,172,234). Sum of RGB (Red+Green+Blue) = 198+172+234=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ACEA is #395315. Grayscale: #BABABA. Windows color (decimal): -3756822 or 15379654. OLE color: 15379654.

HSL color Cylindrical-coordinate representation of color #C6ACEA: hue angle of 265.16º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6ACEA is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 172 234 -
CMYK 0.15 0.26 0 0.08
HSL 265.16º 0.6% 0.8% -
HSV(B) 265.16º 0.26% 0.92% -
XYZ 52.89 47.45 84.21 -
YUV 186.84 154.61 135.96 -
System Red Green Blue C M Y K H S L
Decimal 198 172 234 0.15 0.26 0 0.08 265.16 0.6 0.8
Hex C6 AC EA F 1A 0 8 109 3C 50
Octal 306 254 352 17 32 0 10 411 74 120
Binary 11000110 10101100 11101010 1111 11010 0 1000 100001001 111100 1010000

Color Harmonies of #C6ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ACEA

Black with #C6ACEA

Text Example


Text Example

White with #C6ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ACEA; }

 p { color: rgb(198,172,234); }

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

background-color css

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

 a { background-color: rgb(198,172,234); }

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

border-color css

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

 span { border-color: rgb(198,172,234); }

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