Html Css Color HEX #C4ABD4 Perfume

📋 copy color: '#C4ABD4'

red 196 ◦ green 171 ◦ blue 212

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

Shades of Perfume #C4ABD4

Tints of Perfume #C4ABD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.61%

R = 33.85%
G = 29.53%
B = 36.61%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C4ABD4 (or 0xC4ABD4) is known color: Perfume. HEX triplet: C4, AB and D4. RGB value is (196,171,212). Sum of RGB (Red+Green+Blue) = 196+171+212=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 212 - color contains mainly: blue. Hex color #C4ABD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABD4 is #3B542B. Grayscale: #B7B7B7. Windows color (decimal): -3888172 or 13937604. OLE color: 13937604.

HSL color Cylindrical-coordinate representation of color #C4ABD4: hue angle of 276.59º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4ABD4 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 171 212 -
CMYK 0.08 0.19 0 0.17
HSL 276.59º 0.32% 0.75% -
HSV(B) 276.59º 0.19% 0.83% -
XYZ 49.21 45.62 68.5 -
YUV 183.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 196 171 212 0.08 0.19 0 0.17 276.59 0.32 0.75
Hex C4 AB D4 8 13 0 11 115 20 4B
Octal 304 253 324 10 23 0 21 425 40 113
Binary 11000100 10101011 11010100 1000 10011 0 10001 100010101 100000 1001011

Color Harmonies of #C4ABD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ABD4

Black with #C4ABD4

Text Example


Text Example

White with #C4ABD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ABD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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