Html Css Color HEX #C4ABDC Perfume

📋 copy color: '#C4ABDC'

red 196 ◦ green 171 ◦ blue 220

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

Shades of Perfume #C4ABDC

Tints of Perfume #C4ABDC

RGB

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

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

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

R = 33.39%
G = 29.13%
B = 37.48%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C4ABDC (or 0xC4ABDC) is known color: Perfume. HEX triplet: C4, AB and DC. RGB value is (196,171,220). Sum of RGB (Red+Green+Blue) = 196+171+220=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4ABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABDC is #3B5423. Grayscale: #B7B7B7. Windows color (decimal): -3888164 or 14461892. OLE color: 14461892.

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

Color convert

RGB 196 171 220 -
CMYK 0.11 0.22 0 0.14
HSL 270.61º 0.41% 0.77% -
HSV(B) 270.61º 0.22% 0.86% -
XYZ 50.25 46.03 73.95 -
YUV 184.06 148.28 136.52 -
System Red Green Blue C M Y K H S L
Decimal 196 171 220 0.11 0.22 0 0.14 270.61 0.41 0.77
Hex C4 AB DC B 16 0 E 10F 29 4D
Octal 304 253 334 13 26 0 16 417 51 115
Binary 11000100 10101011 11011100 1011 10110 0 1110 100001111 101001 1001101

Color Harmonies of #C4ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ABDC

Black with #C4ABDC

Text Example


Text Example

White with #C4ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ABDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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