Html Css Color HEX #C8A7AA Careys Pink

📋 copy color: '#C8A7AA'

red 200 ◦ green 167 ◦ blue 170

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

Shades of Careys Pink #C8A7AA

Tints of Careys Pink #C8A7AA

RGB

 RED value IS 200 (78.52% from 255) = 37.24%

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

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

R = 37.24%
G = 31.1%
B = 31.66%

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

#C8A7AA (or 0xC8A7AA) is known color: Careys Pink. HEX triplet: C8, A7 and AA. RGB value is (200,167,170). Sum of RGB (Red+Green+Blue) = 200+167+170=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A7AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A7AA is #375855. Grayscale: #B1B1B1. Windows color (decimal): -3627094 or 11184072. OLE color: 11184072.

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

Color convert

RGB 200 167 170 -
CMYK 0 0.16 0.15 0.22
HSL 354.55º 0.23% 0.72% -
HSV(B) 354.55º 0.17% 0.78% -
XYZ 44.89 42.82 43.93 -
YUV 177.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 200 167 170 0 0.16 0.15 0.22 354.55 0.23 0.72
Hex C8 A7 AA 0 10 F 16 163 17 48
Octal 310 247 252 0 20 17 26 543 27 110
Binary 11001000 10100111 10101010 0 10000 1111 10110 101100011 10111 1001000

Color Harmonies of #C8A7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A7AA

Black with #C8A7AA

Text Example


Text Example

White with #C8A7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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