Html Css Color HEX #C0ACDB Perfume

📋 copy color: '#C0ACDB'

red 192 ◦ green 172 ◦ blue 219

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

Shades of Perfume #C0ACDB

Tints of Perfume #C0ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.5%

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

R = 32.93%
G = 29.5%
B = 37.56%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C0ACDB (or 0xC0ACDB) is known color: Perfume. HEX triplet: C0, AC and DB. RGB value is (192,172,219). Sum of RGB (Red+Green+Blue) = 192+172+219=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACDB is #3F5324. Grayscale: #B7B7B7. Windows color (decimal): -4150053 or 14396608. OLE color: 14396608.

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

Color convert

RGB 192 172 219 -
CMYK 0.12 0.21 0 0.14
HSL 265.53º 0.39% 0.77% -
HSV(B) 265.53º 0.21% 0.86% -
XYZ 49.28 45.83 73.27 -
YUV 183.34 148.13 134.18 -
System Red Green Blue C M Y K H S L
Decimal 192 172 219 0.12 0.21 0 0.14 265.53 0.39 0.77
Hex C0 AC DB C 15 0 E 10A 27 4D
Octal 300 254 333 14 25 0 16 412 47 115
Binary 11000000 10101100 11011011 1100 10101 0 1110 100001010 100111 1001101

Color Harmonies of #C0ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ACDB

Black with #C0ACDB

Text Example


Text Example

White with #C0ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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