Html Css Color HEX #C3A6AA Careys Pink

📋 copy color: '#C3A6AA'

red 195 ◦ green 166 ◦ blue 170

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

Shades of Careys Pink #C3A6AA

Tints of Careys Pink #C3A6AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.02%

R = 36.72%
G = 31.26%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C3A6AA (or 0xC3A6AA) is known color: Careys Pink. HEX triplet: C3, A6 and AA. RGB value is (195,166,170). Sum of RGB (Red+Green+Blue) = 195+166+170=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A6AA is #3C5955. Grayscale: #AFAFAF. Windows color (decimal): -3955030 or 11183811. OLE color: 11183811.

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

Color convert

RGB 195 166 170 -
CMYK 0 0.15 0.13 0.24
HSL 351.72º 0.19% 0.71% -
HSV(B) 351.72º 0.15% 0.76% -
XYZ 43.4 41.78 43.81 -
YUV 175.13 125.11 142.17 -
System Red Green Blue C M Y K H S L
Decimal 195 166 170 0 0.15 0.13 0.24 351.72 0.19 0.71
Hex C3 A6 AA 0 F D 18 160 13 47
Octal 303 246 252 0 17 15 30 540 23 107
Binary 11000011 10100110 10101010 0 1111 1101 11000 101100000 10011 1000111

Color Harmonies of #C3A6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A6AA

Black with #C3A6AA

Text Example


Text Example

White with #C3A6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A6AA; }

 p { color: rgb(195,166,170); }

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

background-color css

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

 a { background-color: rgb(195,166,170); }

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

border-color css

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

 span { border-color: rgb(195,166,170); }

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