Html Css Color HEX #C3A3AB Careys Pink

📋 copy color: '#C3A3AB'

red 195 ◦ green 163 ◦ blue 171

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

Shades of Careys Pink #C3A3AB

Tints of Careys Pink #C3A3AB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.81%

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

R = 36.86%
G = 30.81%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C3A3AB (or 0xC3A3AB) is known color: Careys Pink. HEX triplet: C3, A3 and AB. RGB value is (195,163,171). Sum of RGB (Red+Green+Blue) = 195+163+171=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A3AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A3AB is #3C5C54. Grayscale: #ADADAD. Windows color (decimal): -3955797 or 11248579. OLE color: 11248579.

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

Color convert

RGB 195 163 171 -
CMYK 0 0.16 0.12 0.24
HSL 345º 0.21% 0.7% -
HSV(B) 345º 0.16% 0.76% -
XYZ 42.95 40.74 44.13 -
YUV 173.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 195 163 171 0 0.16 0.12 0.24 345 0.21 0.7
Hex C3 A3 AB 0 10 C 18 159 15 46
Octal 303 243 253 0 20 14 30 531 25 106
Binary 11000011 10100011 10101011 0 10000 1100 11000 101011001 10101 1000110

Color Harmonies of #C3A3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A3AB

Black with #C3A3AB

Text Example


Text Example

White with #C3A3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A3AB; }

 p { color: rgb(195,163,171); }

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

background-color css

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

 a { background-color: rgb(195,163,171); }

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

border-color css

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

 span { border-color: rgb(195,163,171); }

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