Html Css Color HEX #C2A5AD Careys Pink

📋 copy color: '#C2A5AD'

red 194 ◦ green 165 ◦ blue 173

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

Shades of Careys Pink #C2A5AD

Tints of Careys Pink #C2A5AD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.02%

 BLUE value IS 173 (67.97% from 255) = 32.52%

R = 36.47%
G = 31.02%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C2A5AD (or 0xC2A5AD) is known color: Careys Pink. HEX triplet: C2, A5 and AD. RGB value is (194,165,173). Sum of RGB (Red+Green+Blue) = 194+165+173=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A5AD is #3D5A52. Grayscale: #AEAEAE. Windows color (decimal): -4020819 or 11380162. OLE color: 11380162.

HSL color Cylindrical-coordinate representation of color #C2A5AD: hue angle of 343.45º 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 #C2A5AD is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 165 173 -
CMYK 0 0.15 0.11 0.24
HSL 343.45º 0.19% 0.7% -
HSV(B) 343.45º 0.15% 0.76% -
XYZ 43.25 41.4 45.25 -
YUV 174.58 127.11 141.85 -
System Red Green Blue C M Y K H S L
Decimal 194 165 173 0 0.15 0.11 0.24 343.45 0.19 0.7
Hex C2 A5 AD 0 F B 18 157 13 46
Octal 302 245 255 0 17 13 30 527 23 106
Binary 11000010 10100101 10101101 0 1111 1011 11000 101010111 10011 1000110

Color Harmonies of #C2A5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A5AD

Black with #C2A5AD

Text Example


Text Example

White with #C2A5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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