Html Css Color HEX #C0A7DC Perfume

📋 copy color: '#C0A7DC'

red 192 ◦ green 167 ◦ blue 220

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

Shades of Perfume #C0A7DC

Tints of Perfume #C0A7DC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.84%

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

R = 33.16%
G = 28.84%
B = 38%

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

#C0A7DC (or 0xC0A7DC) is known color: Perfume. HEX triplet: C0, A7 and DC. RGB value is (192,167,220). Sum of RGB (Red+Green+Blue) = 192+167+220=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 167 (65.62% from 255 or 28.84% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0A7DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A7DC is #3F5823. Grayscale: #B4B4B4. Windows color (decimal): -4151332 or 14460864. OLE color: 14460864.

HSL color Cylindrical-coordinate representation of color #C0A7DC: hue angle of 268.3º 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 #C0A7DC is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 167 220 -
CMYK 0.13 0.24 0 0.14
HSL 268.3º 0.43% 0.76% -
HSV(B) 268.3º 0.24% 0.86% -
XYZ 48.48 44.01 73.65 -
YUV 180.52 150.28 136.19 -
System Red Green Blue C M Y K H S L
Decimal 192 167 220 0.13 0.24 0 0.14 268.3 0.43 0.76
Hex C0 A7 DC D 18 0 E 10C 2B 4C
Octal 300 247 334 15 30 0 16 414 53 114
Binary 11000000 10100111 11011100 1101 11000 0 1110 100001100 101011 1001100

Color Harmonies of #C0A7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A7DC

Black with #C0A7DC

Text Example


Text Example

White with #C0A7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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