Html Css Color HEX #C8A8AC Careys Pink

📋 copy color: '#C8A8AC'

red 200 ◦ green 168 ◦ blue 172

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

Shades of Careys Pink #C8A8AC

Tints of Careys Pink #C8A8AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.85%

R = 37.04%
G = 31.11%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C8A8AC (or 0xC8A8AC) is known color: Careys Pink. HEX triplet: C8, A8 and AC. RGB value is (200,168,172). Sum of RGB (Red+Green+Blue) = 200+168+172=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A8AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A8AC is #375753. Grayscale: #B2B2B2. Windows color (decimal): -3626836 or 11315400. OLE color: 11315400.

HSL color Cylindrical-coordinate representation of color #C8A8AC: hue angle of 352.5º degrees, saturation: 0.23, 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 #C8A8AC is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 168 172 -
CMYK 0 0.16 0.14 0.22
HSL 352.5º 0.23% 0.72% -
HSV(B) 352.5º 0.16% 0.78% -
XYZ 45.27 43.26 44.99 -
YUV 178.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 200 168 172 0 0.16 0.14 0.22 352.5 0.23 0.72
Hex C8 A8 AC 0 10 E 16 160 17 48
Octal 310 250 254 0 20 16 26 540 27 110
Binary 11001000 10101000 10101100 0 10000 1110 10110 101100000 10111 1001000

Color Harmonies of #C8A8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A8AC

Black with #C8A8AC

Text Example


Text Example

White with #C8A8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A8AC; }

 p { color: rgb(200,168,172); }

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

background-color css

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

 a { background-color: rgb(200,168,172); }

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

border-color css

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

 span { border-color: rgb(200,168,172); }

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