Html Css Color HEX #C2A9D5 Perfume

📋 copy color: '#C2A9D5'

red 194 ◦ green 169 ◦ blue 213

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

Shades of Perfume #C2A9D5

Tints of Perfume #C2A9D5

RGB

 RED value IS 194 (76.17% from 255) = 33.68%

 GREEN value IS 169 (66.41% from 255) = 29.34%

 BLUE value IS 213 (83.59% from 255) = 36.98%

R = 33.68%
G = 29.34%
B = 36.98%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C2A9D5 (or 0xC2A9D5) is known color: Perfume. HEX triplet: C2, A9 and D5. RGB value is (194,169,213). Sum of RGB (Red+Green+Blue) = 194+169+213=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 169 (66.41% from 255 or 29.34% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 213 - color contains mainly: blue. Hex color #C2A9D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A9D5 is #3D562A. Grayscale: #B5B5B5. Windows color (decimal): -4019755 or 14002626. OLE color: 14002626.

HSL color Cylindrical-coordinate representation of color #C2A9D5: hue angle of 274.09º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2A9D5 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 169 213 -
CMYK 0.09 0.21 0 0.16
HSL 274.09º 0.34% 0.75% -
HSV(B) 274.09º 0.21% 0.84% -
XYZ 48.45 44.65 69.02 -
YUV 181.49 145.78 136.92 -
System Red Green Blue C M Y K H S L
Decimal 194 169 213 0.09 0.21 0 0.16 274.09 0.34 0.75
Hex C2 A9 D5 9 15 0 10 112 22 4B
Octal 302 251 325 11 25 0 20 422 42 113
Binary 11000010 10101001 11010101 1001 10101 0 10000 100010010 100010 1001011

Color Harmonies of #C2A9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A9D5

Black with #C2A9D5

Text Example


Text Example

White with #C2A9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A9D5; }

 p { color: rgb(194,169,213); }

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

background-color css

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

 a { background-color: rgb(194,169,213); }

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

border-color css

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

 span { border-color: rgb(194,169,213); }

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