Html Css Color HEX #C0ACD8 Perfume

📋 copy color: '#C0ACD8'

red 192 ◦ green 172 ◦ blue 216

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

Shades of Perfume #C0ACD8

Tints of Perfume #C0ACD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.24%

R = 33.1%
G = 29.66%
B = 37.24%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C0ACD8 (or 0xC0ACD8) is known color: Perfume. HEX triplet: C0, AC and D8. RGB value is (192,172,216). Sum of RGB (Red+Green+Blue) = 192+172+216=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 216 (84.77% from 255 or 37.24% from 580); Max value from RGB is 216 - color contains mainly: blue. Hex color #C0ACD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACD8 is #3F5327. Grayscale: #B6B6B6. Windows color (decimal): -4150056 or 14200000. OLE color: 14200000.

HSL color Cylindrical-coordinate representation of color #C0ACD8: hue angle of 267.27º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0ACD8 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 172 216 -
CMYK 0.11 0.20 0 0.15
HSL 267.27º 0.36% 0.76% -
HSV(B) 267.27º 0.2% 0.85% -
XYZ 48.89 45.67 71.2 -
YUV 183 146.63 134.42 -
System Red Green Blue C M Y K H S L
Decimal 192 172 216 0.11 0.20 0 0.15 267.27 0.36 0.76
Hex C0 AC D8 B 14 0 F 10B 24 4C
Octal 300 254 330 13 24 0 17 413 44 114
Binary 11000000 10101100 11011000 1011 10100 0 1111 100001011 100100 1001100

Color Harmonies of #C0ACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ACD8

Black with #C0ACD8

Text Example


Text Example

White with #C0ACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ACD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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