Html Css Color HEX #C0ADCF Perfume

📋 copy color: '#C0ADCF'

red 192 ◦ green 173 ◦ blue 207

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

Shades of Perfume #C0ADCF

Tints of Perfume #C0ADCF

RGB

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

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

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

R = 33.57%
G = 30.24%
B = 36.19%

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

#C0ADCF (or 0xC0ADCF) is known color: Perfume. HEX triplet: C0, AD and CF. RGB value is (192,173,207). Sum of RGB (Red+Green+Blue) = 192+173+207=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #C0ADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADCF is #3F5230. Grayscale: #B6B6B6. Windows color (decimal): -4149809 or 13610432. OLE color: 13610432.

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

Color convert

RGB 192 173 207 -
CMYK 0.07 0.16 0 0.19
HSL 273.53º 0.26% 0.75% -
HSV(B) 273.53º 0.16% 0.81% -
XYZ 47.94 45.6 65.31 -
YUV 182.56 141.79 134.74 -
System Red Green Blue C M Y K H S L
Decimal 192 173 207 0.07 0.16 0 0.19 273.53 0.26 0.75
Hex C0 AD CF 7 10 0 13 112 1A 4B
Octal 300 255 317 7 20 0 23 422 32 113
Binary 11000000 10101101 11001111 111 10000 0 10011 100010010 11010 1001011

Color Harmonies of #C0ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADCF

Black with #C0ADCF

Text Example


Text Example

White with #C0ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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