Html Css Color HEX #C0ABDB Perfume

📋 copy color: '#C0ABDB'

red 192 ◦ green 171 ◦ blue 219

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

Shades of Perfume #C0ABDB

Tints of Perfume #C0ABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.63%

R = 32.99%
G = 29.38%
B = 37.63%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C0ABDB (or 0xC0ABDB) is known color: Perfume. HEX triplet: C0, AB and DB. RGB value is (192,171,219). Sum of RGB (Red+Green+Blue) = 192+171+219=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0ABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABDB is #3F5424. Grayscale: #B6B6B6. Windows color (decimal): -4150309 or 14396352. OLE color: 14396352.

HSL color Cylindrical-coordinate representation of color #C0ABDB: hue angle of 266.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0ABDB is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 171 219 -
CMYK 0.12 0.22 0 0.14
HSL 266.25º 0.4% 0.76% -
HSV(B) 266.25º 0.22% 0.86% -
XYZ 49.09 45.45 73.2 -
YUV 182.75 148.46 134.6 -
System Red Green Blue C M Y K H S L
Decimal 192 171 219 0.12 0.22 0 0.14 266.25 0.4 0.76
Hex C0 AB DB C 16 0 E 10A 28 4C
Octal 300 253 333 14 26 0 16 412 50 114
Binary 11000000 10101011 11011011 1100 10110 0 1110 100001010 101000 1001100

Color Harmonies of #C0ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABDB

Black with #C0ABDB

Text Example


Text Example

White with #C0ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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