Html Css Color HEX #C4AADA Perfume

📋 copy color: '#C4AADA'

red 196 ◦ green 170 ◦ blue 218

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

Shades of Perfume #C4AADA

Tints of Perfume #C4AADA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.11%

 BLUE value IS 218 (85.55% from 255) = 37.33%

R = 33.56%
G = 29.11%
B = 37.33%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C4AADA (or 0xC4AADA) is known color: Perfume. HEX triplet: C4, AA and DA. RGB value is (196,170,218). Sum of RGB (Red+Green+Blue) = 196+170+218=584 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.56% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4AADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AADA is #3B5525. Grayscale: #B7B7B7. Windows color (decimal): -3888422 or 14330564. OLE color: 14330564.

HSL color Cylindrical-coordinate representation of color #C4AADA: hue angle of 272.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4AADA is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 170 218 -
CMYK 0.10 0.22 0 0.15
HSL 272.5º 0.39% 0.76% -
HSV(B) 272.5º 0.22% 0.85% -
XYZ 49.79 45.55 72.5 -
YUV 183.25 147.61 137.1 -
System Red Green Blue C M Y K H S L
Decimal 196 170 218 0.10 0.22 0 0.15 272.5 0.39 0.76
Hex C4 AA DA A 16 0 F 110 27 4C
Octal 304 252 332 12 26 0 17 420 47 114
Binary 11000100 10101010 11011010 1010 10110 0 1111 100010000 100111 1001100

Color Harmonies of #C4AADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AADA

Black with #C4AADA

Text Example


Text Example

White with #C4AADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AADA; }

 p { color: rgb(196,170,218); }

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

background-color css

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

 a { background-color: rgb(196,170,218); }

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

border-color css

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

 span { border-color: rgb(196,170,218); }

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