Html Css Color HEX #C0ACCF Perfume

📋 copy color: '#C0ACCF'

red 192 ◦ green 172 ◦ blue 207

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

Shades of Perfume #C0ACCF

Tints of Perfume #C0ACCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.25%

R = 33.63%
G = 30.12%
B = 36.25%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C0ACCF (or 0xC0ACCF) is known color: Perfume. HEX triplet: C0, AC and CF. RGB value is (192,172,207). Sum of RGB (Red+Green+Blue) = 192+172+207=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #C0ACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACCF is #3F5330. Grayscale: #B5B5B5. Windows color (decimal): -4150065 or 13610176. OLE color: 13610176.

HSL color Cylindrical-coordinate representation of color #C0ACCF: hue angle of 274.29º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0ACCF is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 172 207 -
CMYK 0.07 0.17 0 0.19
HSL 274.29º 0.27% 0.74% -
HSV(B) 274.29º 0.17% 0.81% -
XYZ 47.75 45.22 65.24 -
YUV 181.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 192 172 207 0.07 0.17 0 0.19 274.29 0.27 0.74
Hex C0 AC CF 7 11 0 13 112 1B 4A
Octal 300 254 317 7 21 0 23 422 33 112
Binary 11000000 10101100 11001111 111 10001 0 10011 100010010 11011 1001010

Color Harmonies of #C0ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ACCF

Black with #C0ACCF

Text Example


Text Example

White with #C0ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ACCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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