Html Css Color HEX #C0A2EB Perfume

📋 copy color: '#C0A2EB'

red 192 ◦ green 162 ◦ blue 235

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

Shades of Perfume #C0A2EB

Tints of Perfume #C0A2EB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.5%

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

R = 32.6%
G = 27.5%
B = 39.9%

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

#C0A2EB (or 0xC0A2EB) is known color: Perfume. HEX triplet: C0, A2 and EB. RGB value is (192,162,235). Sum of RGB (Red+Green+Blue) = 192+162+235=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0A2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A2EB is #3F5D14. Grayscale: #B3B3B3. Windows color (decimal): -4152597 or 15442624. OLE color: 15442624.

HSL color Cylindrical-coordinate representation of color #C0A2EB: hue angle of 264.66º 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 #C0A2EB is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 162 235 -
CMYK 0.18 0.31 0 0.08
HSL 264.66º 0.65% 0.78% -
HSV(B) 264.66º 0.31% 0.92% -
XYZ 49.65 43.05 84.29 -
YUV 179.29 159.44 137.06 -
System Red Green Blue C M Y K H S L
Decimal 192 162 235 0.18 0.31 0 0.08 264.66 0.65 0.78
Hex C0 A2 EB 12 1F 0 8 109 41 4E
Octal 300 242 353 22 37 0 10 411 101 116
Binary 11000000 10100010 11101011 10010 11111 0 1000 100001001 1000001 1001110

Color Harmonies of #C0A2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A2EB

Black with #C0A2EB

Text Example


Text Example

White with #C0A2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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