Html Css Color HEX #C2A6A5 Pink Swan

📋 copy color: '#C2A6A5'

red 194 ◦ green 166 ◦ blue 165

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

Shades of Pink Swan #C2A6A5

Tints of Pink Swan #C2A6A5

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.62%

 BLUE value IS 165 (64.84% from 255) = 31.43%

R = 36.95%
G = 31.62%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C2A6A5 (or 0xC2A6A5) is known color: Pink Swan. HEX triplet: C2, A6 and A5. RGB value is (194,166,165). Sum of RGB (Red+Green+Blue) = 194+166+165=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A6A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A6A5 is #3D595A. Grayscale: #AEAEAE. Windows color (decimal): -4020571 or 10856130. OLE color: 10856130.

HSL color Cylindrical-coordinate representation of color #C2A6A5: hue angle of 2.07º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2A6A5 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 166 165 -
CMYK 0 0.14 0.15 0.24
HSL 2.07º 0.19% 0.7% -
HSV(B) 2.07º 0.15% 0.76% -
XYZ 42.68 41.46 41.35 -
YUV 174.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 194 166 165 0 0.14 0.15 0.24 2.07 0.19 0.7
Hex C2 A6 A5 0 E F 18 2 13 46
Octal 302 246 245 0 16 17 30 2 23 106
Binary 11000010 10100110 10100101 0 1110 1111 11000 10 10011 1000110

Color Harmonies of #C2A6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A6A5

Black with #C2A6A5

Text Example


Text Example

White with #C2A6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A6A5; }

 p { color: rgb(194,166,165); }

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

background-color css

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

 a { background-color: rgb(194,166,165); }

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

border-color css

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

 span { border-color: rgb(194,166,165); }

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