Html Css Color HEX #C2ACDC Perfume

📋 copy color: '#C2ACDC'

red 194 ◦ green 172 ◦ blue 220

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

Shades of Perfume #C2ACDC

Tints of Perfume #C2ACDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.54%

R = 33.11%
G = 29.35%
B = 37.54%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C2ACDC (or 0xC2ACDC) is known color: Perfume. HEX triplet: C2, AC and DC. RGB value is (194,172,220). Sum of RGB (Red+Green+Blue) = 194+172+220=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACDC is #3D5323. Grayscale: #B7B7B7. Windows color (decimal): -4018980 or 14462146. OLE color: 14462146.

HSL color Cylindrical-coordinate representation of color #C2ACDC: hue angle of 267.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2ACDC is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 172 220 -
CMYK 0.12 0.22 0 0.14
HSL 267.5º 0.41% 0.77% -
HSV(B) 267.5º 0.22% 0.86% -
XYZ 49.92 46.14 73.99 -
YUV 184.05 148.29 135.1 -
System Red Green Blue C M Y K H S L
Decimal 194 172 220 0.12 0.22 0 0.14 267.5 0.41 0.77
Hex C2 AC DC C 16 0 E 10C 29 4D
Octal 302 254 334 14 26 0 16 414 51 115
Binary 11000010 10101100 11011100 1100 10110 0 1110 100001100 101001 1001101

Color Harmonies of #C2ACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACDC

Black with #C2ACDC

Text Example


Text Example

White with #C2ACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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