Html Css Color HEX #C6ABDC Perfume

📋 copy color: '#C6ABDC'

red 198 ◦ green 171 ◦ blue 220

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

Shades of Perfume #C6ABDC

Tints of Perfume #C6ABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.03%

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

R = 33.62%
G = 29.03%
B = 37.35%

CMYK

 C value IS 0.1

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6ABDC (or 0xC6ABDC) is known color: Perfume. HEX triplet: C6, AB and DC. RGB value is (198,171,220). Sum of RGB (Red+Green+Blue) = 198+171+220=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6ABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABDC is #395423. Grayscale: #B8B8B8. Windows color (decimal): -3757092 or 14461894. OLE color: 14461894.

HSL color Cylindrical-coordinate representation of color #C6ABDC: hue angle of 273.06º 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 #C6ABDC is Cyan = 0.1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 171 220 -
CMYK 0.1 0.22 0 0.14
HSL 273.06º 0.41% 0.77% -
HSV(B) 273.06º 0.22% 0.86% -
XYZ 50.77 46.3 73.97 -
YUV 184.66 147.95 137.52 -
System Red Green Blue C M Y K H S L
Decimal 198 171 220 0.1 0.22 0 0.14 273.06 0.41 0.77
Hex C6 AB DC A 16 0 E 111 29 4D
Octal 306 253 334 12 26 0 16 421 51 115
Binary 11000110 10101011 11011100 1010 10110 0 1110 100010001 101001 1001101

Color Harmonies of #C6ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ABDC

Black with #C6ABDC

Text Example


Text Example

White with #C6ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ABDC; }

 p { color: rgb(198,171,220); }

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

background-color css

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

 a { background-color: rgb(198,171,220); }

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

border-color css

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

 span { border-color: rgb(198,171,220); }

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