Html Css Color HEX #C0A1E4 Perfume

📋 copy color: '#C0A1E4'

red 192 ◦ green 161 ◦ blue 228

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

Shades of Perfume #C0A1E4

Tints of Perfume #C0A1E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.24%

R = 33.05%
G = 27.71%
B = 39.24%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C0A1E4 (or 0xC0A1E4) is known color: Perfume. HEX triplet: C0, A1 and E4. RGB value is (192,161,228). Sum of RGB (Red+Green+Blue) = 192+161+228=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 228 (89.45% from 255 or 39.24% from 581); Max value from RGB is 228 - color contains mainly: blue. Hex color #C0A1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A1E4 is #3F5E1B. Grayscale: #B1B1B1. Windows color (decimal): -4152860 or 14983616. OLE color: 14983616.

HSL color Cylindrical-coordinate representation of color #C0A1E4: hue angle of 267.76º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0A1E4 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 161 228 -
CMYK 0.16 0.29 0 0.11
HSL 267.76º 0.55% 0.76% -
HSV(B) 267.76º 0.29% 0.89% -
XYZ 48.49 42.3 79.01 -
YUV 177.91 156.27 138.05 -
System Red Green Blue C M Y K H S L
Decimal 192 161 228 0.16 0.29 0 0.11 267.76 0.55 0.76
Hex C0 A1 E4 10 1D 0 B 10C 37 4C
Octal 300 241 344 20 35 0 13 414 67 114
Binary 11000000 10100001 11100100 10000 11101 0 1011 100001100 110111 1001100

Color Harmonies of #C0A1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A1E4

Black with #C0A1E4

Text Example


Text Example

White with #C0A1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A1E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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