Html Css Color HEX #C7A9AB Careys Pink

📋 copy color: '#C7A9AB'

red 199 ◦ green 169 ◦ blue 171

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

Shades of Careys Pink #C7A9AB

Tints of Careys Pink #C7A9AB

RGB

 RED value IS 199 (78.13% from 255) = 36.92%

 GREEN value IS 169 (66.41% from 255) = 31.35%

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

R = 36.92%
G = 31.35%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C7A9AB (or 0xC7A9AB) is known color: Careys Pink. HEX triplet: C7, A9 and AB. RGB value is (199,169,171). Sum of RGB (Red+Green+Blue) = 199+169+171=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A9AB is #385654. Grayscale: #B2B2B2. Windows color (decimal): -3692117 or 11250119. OLE color: 11250119.

HSL color Cylindrical-coordinate representation of color #C7A9AB: hue angle of 356º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7A9AB is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 169 171 -
CMYK 0 0.15 0.14 0.22
HSL 356º 0.21% 0.72% -
HSV(B) 356º 0.15% 0.78% -
XYZ 45.09 43.46 44.54 -
YUV 178.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 199 169 171 0 0.15 0.14 0.22 356 0.21 0.72
Hex C7 A9 AB 0 F E 16 164 15 48
Octal 307 251 253 0 17 16 26 544 25 110
Binary 11000111 10101001 10101011 0 1111 1110 10110 101100100 10101 1001000

Color Harmonies of #C7A9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A9AB

Black with #C7A9AB

Text Example


Text Example

White with #C7A9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A9AB; }

 p { color: rgb(199,169,171); }

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

background-color css

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

 a { background-color: rgb(199,169,171); }

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

border-color css

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

 span { border-color: rgb(199,169,171); }

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