Html Css Color HEX #C0ACDC Perfume

📋 copy color: '#C0ACDC'

red 192 ◦ green 172 ◦ blue 220

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

Shades of Perfume #C0ACDC

Tints of Perfume #C0ACDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.67%

R = 32.88%
G = 29.45%
B = 37.67%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C0ACDC (or 0xC0ACDC) is known color: Perfume. HEX triplet: C0, AC and DC. RGB value is (192,172,220). Sum of RGB (Red+Green+Blue) = 192+172+220=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACDC is #3F5323. Grayscale: #B7B7B7. Windows color (decimal): -4150052 or 14462144. OLE color: 14462144.

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

Color convert

RGB 192 172 220 -
CMYK 0.13 0.22 0 0.14
HSL 265º 0.41% 0.77% -
HSV(B) 265º 0.22% 0.86% -
XYZ 49.41 45.88 73.96 -
YUV 183.45 148.63 134.1 -
System Red Green Blue C M Y K H S L
Decimal 192 172 220 0.13 0.22 0 0.14 265 0.41 0.77
Hex C0 AC DC D 16 0 E 109 29 4D
Octal 300 254 334 15 26 0 16 411 51 115
Binary 11000000 10101100 11011100 1101 10110 0 1110 100001001 101001 1001101

Color Harmonies of #C0ACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ACDC

Black with #C0ACDC

Text Example


Text Example

White with #C0ACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ACDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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