Html Css Color HEX #C5A6EB Perfume

📋 copy color: '#C5A6EB'

red 197 ◦ green 166 ◦ blue 235

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

Shades of Perfume #C5A6EB

Tints of Perfume #C5A6EB

RGB

 RED value IS 197 (77.34% from 255) = 32.94%

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

 BLUE value IS 235 (92.19% from 255) = 39.3%

R = 32.94%
G = 27.76%
B = 39.3%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C5A6EB (or 0xC5A6EB) is known color: Perfume. HEX triplet: C5, A6 and EB. RGB value is (197,166,235). Sum of RGB (Red+Green+Blue) = 197+166+235=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 166 (65.23% from 255 or 27.76% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5A6EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A6EB is #3A5914. Grayscale: #B6B6B6. Windows color (decimal): -3823893 or 15443653. OLE color: 15443653.

HSL color Cylindrical-coordinate representation of color #C5A6EB: hue angle of 266.96º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5A6EB is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 166 235 -
CMYK 0.16 0.29 0 0.08
HSL 266.96º 0.63% 0.79% -
HSV(B) 266.96º 0.29% 0.92% -
XYZ 51.66 45.14 84.59 -
YUV 183.14 157.27 137.89 -
System Red Green Blue C M Y K H S L
Decimal 197 166 235 0.16 0.29 0 0.08 266.96 0.63 0.79
Hex C5 A6 EB 10 1D 0 8 10B 3F 4F
Octal 305 246 353 20 35 0 10 413 77 117
Binary 11000101 10100110 11101011 10000 11101 0 1000 100001011 111111 1001111

Color Harmonies of #C5A6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A6EB

Black with #C5A6EB

Text Example


Text Example

White with #C5A6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A6EB; }

 p { color: rgb(197,166,235); }

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

background-color css

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

 a { background-color: rgb(197,166,235); }

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

border-color css

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

 span { border-color: rgb(197,166,235); }

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