Html Css Color HEX #C4A6DC Perfume

📋 copy color: '#C4A6DC'

red 196 ◦ green 166 ◦ blue 220

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

Shades of Perfume #C4A6DC

Tints of Perfume #C4A6DC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.52%

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

R = 33.68%
G = 28.52%
B = 37.8%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C4A6DC (or 0xC4A6DC) is known color: Perfume. HEX triplet: C4, A6 and DC. RGB value is (196,166,220). Sum of RGB (Red+Green+Blue) = 196+166+220=582 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.68% from 582); Green value is 166 (65.23% from 255 or 28.52% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4A6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A6DC is #3B5923. Grayscale: #B4B4B4. Windows color (decimal): -3889444 or 14460612. OLE color: 14460612.

HSL color Cylindrical-coordinate representation of color #C4A6DC: hue angle of 273.33º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C4A6DC is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 166 220 -
CMYK 0.11 0.25 0 0.14
HSL 273.33º 0.44% 0.76% -
HSV(B) 273.33º 0.25% 0.86% -
XYZ 49.32 44.18 73.64 -
YUV 181.13 149.94 138.61 -
System Red Green Blue C M Y K H S L
Decimal 196 166 220 0.11 0.25 0 0.14 273.33 0.44 0.76
Hex C4 A6 DC B 19 0 E 111 2C 4C
Octal 304 246 334 13 31 0 16 421 54 114
Binary 11000100 10100110 11011100 1011 11001 0 1110 100010001 101100 1001100

Color Harmonies of #C4A6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A6DC

Black with #C4A6DC

Text Example


Text Example

White with #C4A6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A6DC; }

 p { color: rgb(196,166,220); }

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

background-color css

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

 a { background-color: rgb(196,166,220); }

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

border-color css

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

 span { border-color: rgb(196,166,220); }

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