Html Css Color HEX #C7A7AA Careys Pink

📋 copy color: '#C7A7AA'

red 199 ◦ green 167 ◦ blue 170

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

Shades of Careys Pink #C7A7AA

Tints of Careys Pink #C7A7AA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.16%

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

R = 37.13%
G = 31.16%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C7A7AA (or 0xC7A7AA) is known color: Careys Pink. HEX triplet: C7, A7 and AA. RGB value is (199,167,170). Sum of RGB (Red+Green+Blue) = 199+167+170=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 167 (65.62% from 255 or 31.16% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A7AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A7AA is #385855. Grayscale: #B0B0B0. Windows color (decimal): -3692630 or 11184071. OLE color: 11184071.

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

Color convert

RGB 199 167 170 -
CMYK 0 0.16 0.15 0.22
HSL 354.38º 0.22% 0.72% -
HSV(B) 354.38º 0.16% 0.78% -
XYZ 44.63 42.68 43.92 -
YUV 176.91 124.1 143.76 -
System Red Green Blue C M Y K H S L
Decimal 199 167 170 0 0.16 0.15 0.22 354.38 0.22 0.72
Hex C7 A7 AA 0 10 F 16 162 16 48
Octal 307 247 252 0 20 17 26 542 26 110
Binary 11000111 10100111 10101010 0 10000 1111 10110 101100010 10110 1001000

Color Harmonies of #C7A7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A7AA

Black with #C7A7AA

Text Example


Text Example

White with #C7A7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A7AA; }

 p { color: rgb(199,167,170); }

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

background-color css

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

 a { background-color: rgb(199,167,170); }

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

border-color css

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

 span { border-color: rgb(199,167,170); }

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