Html Css Color HEX #C0A8DC Perfume

📋 copy color: '#C0A8DC'

red 192 ◦ green 168 ◦ blue 220

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

Shades of Perfume #C0A8DC

Tints of Perfume #C0A8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.97%

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

R = 33.1%
G = 28.97%
B = 37.93%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C0A8DC (or 0xC0A8DC) is known color: Perfume. HEX triplet: C0, A8 and DC. RGB value is (192,168,220). Sum of RGB (Red+Green+Blue) = 192+168+220=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 168 (66.02% from 255 or 28.97% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0A8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A8DC is #3F5723. Grayscale: #B4B4B4. Windows color (decimal): -4151076 or 14461120. OLE color: 14461120.

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

Color convert

RGB 192 168 220 -
CMYK 0.13 0.24 0 0.14
HSL 267.69º 0.43% 0.76% -
HSV(B) 267.69º 0.24% 0.86% -
XYZ 48.66 44.38 73.71 -
YUV 181.1 149.95 135.77 -
System Red Green Blue C M Y K H S L
Decimal 192 168 220 0.13 0.24 0 0.14 267.69 0.43 0.76
Hex C0 A8 DC D 18 0 E 10C 2B 4C
Octal 300 250 334 15 30 0 16 414 53 114
Binary 11000000 10101000 11011100 1101 11000 0 1110 100001100 101011 1001100

Color Harmonies of #C0A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A8DC

Black with #C0A8DC

Text Example


Text Example

White with #C0A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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