Html Css Color HEX #C8ACDC Perfume

📋 copy color: '#C8ACDC'

red 200 ◦ green 172 ◦ blue 220

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

Shades of Perfume #C8ACDC

Tints of Perfume #C8ACDC

RGB

 RED value IS 200 (78.52% from 255) = 33.78%

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

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

R = 33.78%
G = 29.05%
B = 37.16%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8ACDC (or 0xC8ACDC) is known color: Perfume. HEX triplet: C8, AC and DC. RGB value is (200,172,220). Sum of RGB (Red+Green+Blue) = 200+172+220=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACDC is #375323. Grayscale: #B9B9B9. Windows color (decimal): -3625764 or 14462152. OLE color: 14462152.

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

Color convert

RGB 200 172 220 -
CMYK 0.09 0.22 0 0.14
HSL 275º 0.41% 0.77% -
HSV(B) 275º 0.22% 0.86% -
XYZ 51.49 46.95 74.06 -
YUV 185.84 147.28 138.1 -
System Red Green Blue C M Y K H S L
Decimal 200 172 220 0.09 0.22 0 0.14 275 0.41 0.77
Hex C8 AC DC 9 16 0 E 113 29 4D
Octal 310 254 334 11 26 0 16 423 51 115
Binary 11001000 10101100 11011100 1001 10110 0 1110 100010011 101001 1001101

Color Harmonies of #C8ACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ACDC

Black with #C8ACDC

Text Example


Text Example

White with #C8ACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ACDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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