Html Css Color HEX #C0A2E4 Perfume

📋 copy color: '#C0A2E4'

red 192 ◦ green 162 ◦ blue 228

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

Shades of Perfume #C0A2E4

Tints of Perfume #C0A2E4

RGB

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

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

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

R = 32.99%
G = 27.84%
B = 39.18%

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

#C0A2E4 (or 0xC0A2E4) is known color: Perfume. HEX triplet: C0, A2 and E4. RGB value is (192,162,228). Sum of RGB (Red+Green+Blue) = 192+162+228=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 162 (63.67% from 255 or 27.84% from 582); Blue value is 228 (89.45% from 255 or 39.18% from 582); Max value from RGB is 228 - color contains mainly: blue. Hex color #C0A2E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A2E4 is #3F5D1B. Grayscale: #B2B2B2. Windows color (decimal): -4152604 or 14983872. OLE color: 14983872.

HSL color Cylindrical-coordinate representation of color #C0A2E4: hue angle of 267.27º 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 #C0A2E4 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 162 228 -
CMYK 0.16 0.29 0 0.11
HSL 267.27º 0.55% 0.76% -
HSV(B) 267.27º 0.29% 0.89% -
XYZ 48.66 42.65 79.07 -
YUV 178.49 155.94 137.63 -
System Red Green Blue C M Y K H S L
Decimal 192 162 228 0.16 0.29 0 0.11 267.27 0.55 0.76
Hex C0 A2 E4 10 1D 0 B 10B 37 4C
Octal 300 242 344 20 35 0 13 413 67 114
Binary 11000000 10100010 11100100 10000 11101 0 1011 100001011 110111 1001100

Color Harmonies of #C0A2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A2E4

Black with #C0A2E4

Text Example


Text Example

White with #C0A2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A2E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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