Html Css Color HEX #C4ACEA Perfume

📋 copy color: '#C4ACEA'

red 196 ◦ green 172 ◦ blue 234

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

Shades of Perfume #C4ACEA

Tints of Perfume #C4ACEA

RGB

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

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

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

R = 32.56%
G = 28.57%
B = 38.87%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C4ACEA (or 0xC4ACEA) is known color: Perfume. HEX triplet: C4, AC and EA. RGB value is (196,172,234). Sum of RGB (Red+Green+Blue) = 196+172+234=602 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.56% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ACEA is #3B5315. Grayscale: #BABABA. Windows color (decimal): -3887894 or 15379652. OLE color: 15379652.

HSL color Cylindrical-coordinate representation of color #C4ACEA: hue angle of 263.23º 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 #C4ACEA is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 172 234 -
CMYK 0.16 0.26 0 0.08
HSL 263.23º 0.6% 0.8% -
HSV(B) 263.23º 0.26% 0.92% -
XYZ 52.37 47.18 84.19 -
YUV 186.24 154.95 134.96 -
System Red Green Blue C M Y K H S L
Decimal 196 172 234 0.16 0.26 0 0.08 263.23 0.6 0.8
Hex C4 AC EA 10 1A 0 8 107 3C 50
Octal 304 254 352 20 32 0 10 407 74 120
Binary 11000100 10101100 11101010 10000 11010 0 1000 100000111 111100 1010000

Color Harmonies of #C4ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ACEA

Black with #C4ACEA

Text Example


Text Example

White with #C4ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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