Html Css Color HEX #C7A9B0 Careys Pink

📋 copy color: '#C7A9B0'

red 199 ◦ green 169 ◦ blue 176

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

Shades of Careys Pink #C7A9B0

Tints of Careys Pink #C7A9B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.35%

R = 36.58%
G = 31.07%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C7A9B0 (or 0xC7A9B0) is known color: Careys Pink. HEX triplet: C7, A9 and B0. RGB value is (199,169,176). Sum of RGB (Red+Green+Blue) = 199+169+176=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A9B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A9B0 is #38564F. Grayscale: #B2B2B2. Windows color (decimal): -3692112 or 11577799. OLE color: 11577799.

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

Color convert

RGB 199 169 176 -
CMYK 0 0.15 0.12 0.22
HSL 346º 0.21% 0.72% -
HSV(B) 346º 0.15% 0.78% -
XYZ 45.58 43.65 47.1 -
YUV 178.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 199 169 176 0 0.15 0.12 0.22 346 0.21 0.72
Hex C7 A9 B0 0 F C 16 15A 15 48
Octal 307 251 260 0 17 14 26 532 25 110
Binary 11000111 10101001 10110000 0 1111 1100 10110 101011010 10101 1001000

Color Harmonies of #C7A9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A9B0

Black with #C7A9B0

Text Example


Text Example

White with #C7A9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A9B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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