Html Css Color HEX #C0ADCE Perfume

📋 copy color: '#C0ADCE'

red 192 ◦ green 173 ◦ blue 206

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

Shades of Perfume #C0ADCE

Tints of Perfume #C0ADCE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.3%

 BLUE value IS 206 (80.86% from 255) = 36.08%

R = 33.63%
G = 30.3%
B = 36.08%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C0ADCE (or 0xC0ADCE) is known color: Perfume. HEX triplet: C0, AD and CE. RGB value is (192,173,206). Sum of RGB (Red+Green+Blue) = 192+173+206=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0ADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADCE is #3F5231. Grayscale: #B6B6B6. Windows color (decimal): -4149810 or 13544896. OLE color: 13544896.

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

Color convert

RGB 192 173 206 -
CMYK 0.07 0.16 0 0.19
HSL 274.55º 0.25% 0.74% -
HSV(B) 274.55º 0.16% 0.81% -
XYZ 47.82 45.55 64.66 -
YUV 182.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 192 173 206 0.07 0.16 0 0.19 274.55 0.25 0.74
Hex C0 AD CE 7 10 0 13 113 19 4A
Octal 300 255 316 7 20 0 23 423 31 112
Binary 11000000 10101101 11001110 111 10000 0 10011 100010011 11001 1001010

Color Harmonies of #C0ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADCE

Black with #C0ADCE

Text Example


Text Example

White with #C0ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADCE; }

 p { color: rgb(192,173,206); }

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

background-color css

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

 a { background-color: rgb(192,173,206); }

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

border-color css

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

 span { border-color: rgb(192,173,206); }

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