Html Css Color HEX #C0ADD2 Perfume

📋 copy color: '#C0ADD2'

red 192 ◦ green 173 ◦ blue 210

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

Shades of Perfume #C0ADD2

Tints of Perfume #C0ADD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.52%

R = 33.39%
G = 30.09%
B = 36.52%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C0ADD2 (or 0xC0ADD2) is known color: Perfume. HEX triplet: C0, AD and D2. RGB value is (192,173,210). Sum of RGB (Red+Green+Blue) = 192+173+210=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 210 - color contains mainly: blue. Hex color #C0ADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADD2 is #3F522D. Grayscale: #B6B6B6. Windows color (decimal): -4149806 or 13807040. OLE color: 13807040.

HSL color Cylindrical-coordinate representation of color #C0ADD2: hue angle of 270.81º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0ADD2 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 173 210 -
CMYK 0.09 0.18 0 0.18
HSL 270.81º 0.29% 0.75% -
HSV(B) 270.81º 0.18% 0.82% -
XYZ 48.31 45.75 67.26 -
YUV 182.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 192 173 210 0.09 0.18 0 0.18 270.81 0.29 0.75
Hex C0 AD D2 9 12 0 12 10F 1D 4B
Octal 300 255 322 11 22 0 22 417 35 113
Binary 11000000 10101101 11010010 1001 10010 0 10010 100001111 11101 1001011

Color Harmonies of #C0ADD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADD2

Black with #C0ADD2

Text Example


Text Example

White with #C0ADD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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