Html Css Color HEX #C0ABDA Perfume

📋 copy color: '#C0ABDA'

red 192 ◦ green 171 ◦ blue 218

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

Shades of Perfume #C0ABDA

Tints of Perfume #C0ABDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.52%

R = 33.05%
G = 29.43%
B = 37.52%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C0ABDA (or 0xC0ABDA) is known color: Perfume. HEX triplet: C0, AB and DA. RGB value is (192,171,218). Sum of RGB (Red+Green+Blue) = 192+171+218=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #C0ABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABDA is #3F5425. Grayscale: #B6B6B6. Windows color (decimal): -4150310 or 14330816. OLE color: 14330816.

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

Color convert

RGB 192 171 218 -
CMYK 0.12 0.22 0 0.15
HSL 266.81º 0.39% 0.76% -
HSV(B) 266.81º 0.22% 0.85% -
XYZ 48.96 45.39 72.51 -
YUV 182.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 192 171 218 0.12 0.22 0 0.15 266.81 0.39 0.76
Hex C0 AB DA C 16 0 F 10B 27 4C
Octal 300 253 332 14 26 0 17 413 47 114
Binary 11000000 10101011 11011010 1100 10110 0 1111 100001011 100111 1001100

Color Harmonies of #C0ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABDA

Black with #C0ABDA

Text Example


Text Example

White with #C0ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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