Html Css Color HEX #C2A5AB Careys Pink

📋 copy color: '#C2A5AB'

red 194 ◦ green 165 ◦ blue 171

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

Shades of Careys Pink #C2A5AB

Tints of Careys Pink #C2A5AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.26%

R = 36.6%
G = 31.13%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C2A5AB (or 0xC2A5AB) is known color: Careys Pink. HEX triplet: C2, A5 and AB. RGB value is (194,165,171). Sum of RGB (Red+Green+Blue) = 194+165+171=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A5AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A5AB is #3D5A54. Grayscale: #AEAEAE. Windows color (decimal): -4020821 or 11249090. OLE color: 11249090.

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

Color convert

RGB 194 165 171 -
CMYK 0 0.15 0.12 0.24
HSL 347.59º 0.19% 0.7% -
HSV(B) 347.59º 0.15% 0.76% -
XYZ 43.05 41.32 44.23 -
YUV 174.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 194 165 171 0 0.15 0.12 0.24 347.59 0.19 0.7
Hex C2 A5 AB 0 F C 18 15C 13 46
Octal 302 245 253 0 17 14 30 534 23 106
Binary 11000010 10100101 10101011 0 1111 1100 11000 101011100 10011 1000110

Color Harmonies of #C2A5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A5AB

Black with #C2A5AB

Text Example


Text Example

White with #C2A5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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