Html Css Color HEX #C0A1EB Perfume

📋 copy color: '#C0A1EB'

red 192 ◦ green 161 ◦ blue 235

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

Shades of Perfume #C0A1EB

Tints of Perfume #C0A1EB

RGB

 RED value IS 192 (75.39% from 255) = 32.65%

 GREEN value IS 161 (63.28% from 255) = 27.38%

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

R = 32.65%
G = 27.38%
B = 39.97%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C0A1EB (or 0xC0A1EB) is known color: Perfume. HEX triplet: C0, A1 and EB. RGB value is (192,161,235). Sum of RGB (Red+Green+Blue) = 192+161+235=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 161 (63.28% from 255 or 27.38% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0A1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A1EB is #3F5E14. Grayscale: #B2B2B2. Windows color (decimal): -4152853 or 15442368. OLE color: 15442368.

HSL color Cylindrical-coordinate representation of color #C0A1EB: hue angle of 265.14º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0A1EB is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 161 235 -
CMYK 0.18 0.31 0 0.08
HSL 265.14º 0.65% 0.78% -
HSV(B) 265.14º 0.31% 0.92% -
XYZ 49.48 42.69 84.23 -
YUV 178.71 159.77 137.48 -
System Red Green Blue C M Y K H S L
Decimal 192 161 235 0.18 0.31 0 0.08 265.14 0.65 0.78
Hex C0 A1 EB 12 1F 0 8 109 41 4E
Octal 300 241 353 22 37 0 10 411 101 116
Binary 11000000 10100001 11101011 10010 11111 0 1000 100001001 1000001 1001110

Color Harmonies of #C0A1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A1EB

Black with #C0A1EB

Text Example


Text Example

White with #C0A1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A1EB; }

 p { color: rgb(192,161,235); }

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

background-color css

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

 a { background-color: rgb(192,161,235); }

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

border-color css

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

 span { border-color: rgb(192,161,235); }

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