Html Css Color HEX #C3A8AB Careys Pink

📋 copy color: '#C3A8AB'

red 195 ◦ green 168 ◦ blue 171

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

Shades of Careys Pink #C3A8AB

Tints of Careys Pink #C3A8AB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.46%

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

R = 36.52%
G = 31.46%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C3A8AB (or 0xC3A8AB) is known color: Careys Pink. HEX triplet: C3, A8 and AB. RGB value is (195,168,171). Sum of RGB (Red+Green+Blue) = 195+168+171=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A8AB is #3C5754. Grayscale: #B0B0B0. Windows color (decimal): -3954517 or 11249859. OLE color: 11249859.

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

Color convert

RGB 195 168 171 -
CMYK 0 0.14 0.12 0.24
HSL 353.33º 0.18% 0.71% -
HSV(B) 353.33º 0.14% 0.76% -
XYZ 43.86 42.55 44.43 -
YUV 176.42 124.95 141.26 -
System Red Green Blue C M Y K H S L
Decimal 195 168 171 0 0.14 0.12 0.24 353.33 0.18 0.71
Hex C3 A8 AB 0 E C 18 161 12 47
Octal 303 250 253 0 16 14 30 541 22 107
Binary 11000011 10101000 10101011 0 1110 1100 11000 101100001 10010 1000111

Color Harmonies of #C3A8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A8AB

Black with #C3A8AB

Text Example


Text Example

White with #C3A8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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