Html Css Color HEX #C3A4AD Careys Pink

📋 copy color: '#C3A4AD'

red 195 ◦ green 164 ◦ blue 173

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

Shades of Careys Pink #C3A4AD

Tints of Careys Pink #C3A4AD

RGB

 RED value IS 195 (76.56% from 255) = 36.65%

 GREEN value IS 164 (64.45% from 255) = 30.83%

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

R = 36.65%
G = 30.83%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C3A4AD (or 0xC3A4AD) is known color: Careys Pink. HEX triplet: C3, A4 and AD. RGB value is (195,164,173). Sum of RGB (Red+Green+Blue) = 195+164+173=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A4AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A4AD is #3C5B52. Grayscale: #AEAEAE. Windows color (decimal): -3955539 or 11379907. OLE color: 11379907.

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

Color convert

RGB 195 164 173 -
CMYK 0 0.16 0.11 0.24
HSL 342.58º 0.21% 0.7% -
HSV(B) 342.58º 0.16% 0.76% -
XYZ 43.32 41.17 45.2 -
YUV 174.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 195 164 173 0 0.16 0.11 0.24 342.58 0.21 0.7
Hex C3 A4 AD 0 10 B 18 157 15 46
Octal 303 244 255 0 20 13 30 527 25 106
Binary 11000011 10100100 10101101 0 10000 1011 11000 101010111 10101 1000110

Color Harmonies of #C3A4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A4AD

Black with #C3A4AD

Text Example


Text Example

White with #C3A4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A4AD; }

 p { color: rgb(195,164,173); }

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

background-color css

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

 a { background-color: rgb(195,164,173); }

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

border-color css

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

 span { border-color: rgb(195,164,173); }

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