Html Css Color HEX #C0ABE0 Perfume

📋 copy color: '#C0ABE0'

red 192 ◦ green 171 ◦ blue 224

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

Shades of Perfume #C0ABE0

Tints of Perfume #C0ABE0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.13%

 BLUE value IS 224 (87.89% from 255) = 38.16%

R = 32.71%
G = 29.13%
B = 38.16%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C0ABE0 (or 0xC0ABE0) is known color: Perfume. HEX triplet: C0, AB and E0. RGB value is (192,171,224). Sum of RGB (Red+Green+Blue) = 192+171+224=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #C0ABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABE0 is #3F541F. Grayscale: #B7B7B7. Windows color (decimal): -4150304 or 14724032. OLE color: 14724032.

HSL color Cylindrical-coordinate representation of color #C0ABE0: hue angle of 263.77º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0ABE0 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 171 224 -
CMYK 0.14 0.24 0 0.12
HSL 263.77º 0.46% 0.77% -
HSV(B) 263.77º 0.24% 0.88% -
XYZ 49.76 45.71 76.72 -
YUV 183.32 150.96 134.19 -
System Red Green Blue C M Y K H S L
Decimal 192 171 224 0.14 0.24 0 0.12 263.77 0.46 0.77
Hex C0 AB E0 E 18 0 C 108 2E 4D
Octal 300 253 340 16 30 0 14 410 56 115
Binary 11000000 10101011 11100000 1110 11000 0 1100 100001000 101110 1001101

Color Harmonies of #C0ABE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABE0

Black with #C0ABE0

Text Example


Text Example

White with #C0ABE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABE0; }

 p { color: rgb(192,171,224); }

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

background-color css

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

 a { background-color: rgb(192,171,224); }

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

border-color css

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

 span { border-color: rgb(192,171,224); }

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