Html Css Color HEX #C3A5AC Careys Pink

📋 copy color: '#C3A5AC'

red 195 ◦ green 165 ◦ blue 172

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

Shades of Careys Pink #C3A5AC

Tints of Careys Pink #C3A5AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.33%

R = 36.65%
G = 31.02%
B = 32.33%

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

#C3A5AC (or 0xC3A5AC) is known color: Careys Pink. HEX triplet: C3, A5 and AC. RGB value is (195,165,172). Sum of RGB (Red+Green+Blue) = 195+165+172=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A5AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A5AC is #3C5A53. Grayscale: #AEAEAE. Windows color (decimal): -3955284 or 11314627. OLE color: 11314627.

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

Color convert

RGB 195 165 172 -
CMYK 0 0.15 0.12 0.24
HSL 346º 0.2% 0.71% -
HSV(B) 346º 0.15% 0.76% -
XYZ 43.41 41.49 44.75 -
YUV 174.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 195 165 172 0 0.15 0.12 0.24 346 0.2 0.71
Hex C3 A5 AC 0 F C 18 15A 14 47
Octal 303 245 254 0 17 14 30 532 24 107
Binary 11000011 10100101 10101100 0 1111 1100 11000 101011010 10100 1000111

Color Harmonies of #C3A5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A5AC

Black with #C3A5AC

Text Example


Text Example

White with #C3A5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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