Html Css Color HEX #C3A5AA Careys Pink

📋 copy color: '#C3A5AA'

red 195 ◦ green 165 ◦ blue 170

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

Shades of Careys Pink #C3A5AA

Tints of Careys Pink #C3A5AA

RGB

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

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

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

R = 36.79%
G = 31.13%
B = 32.08%

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

#C3A5AA (or 0xC3A5AA) is known color: Careys Pink. HEX triplet: C3, A5 and AA. RGB value is (195,165,170). Sum of RGB (Red+Green+Blue) = 195+165+170=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A5AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A5AA is #3C5A55. Grayscale: #AEAEAE. Windows color (decimal): -3955286 or 11183555. OLE color: 11183555.

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

Color convert

RGB 195 165 170 -
CMYK 0 0.15 0.13 0.24
HSL 350º 0.2% 0.71% -
HSV(B) 350º 0.15% 0.76% -
XYZ 43.22 41.41 43.75 -
YUV 174.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 195 165 170 0 0.15 0.13 0.24 350 0.2 0.71
Hex C3 A5 AA 0 F D 18 15E 14 47
Octal 303 245 252 0 17 15 30 536 24 107
Binary 11000011 10100101 10101010 0 1111 1101 11000 101011110 10100 1000111

Color Harmonies of #C3A5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A5AA

Black with #C3A5AA

Text Example


Text Example

White with #C3A5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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