Html Css Color HEX #C8A8AB Careys Pink

📋 copy color: '#C8A8AB'

red 200 ◦ green 168 ◦ blue 171

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

Shades of Careys Pink #C8A8AB

Tints of Careys Pink #C8A8AB

RGB

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

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

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

R = 37.11%
G = 31.17%
B = 31.73%

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

#C8A8AB (or 0xC8A8AB) is known color: Careys Pink. HEX triplet: C8, A8 and AB. RGB value is (200,168,171). Sum of RGB (Red+Green+Blue) = 200+168+171=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A8AB is #375754. Grayscale: #B1B1B1. Windows color (decimal): -3626837 or 11249864. OLE color: 11249864.

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

Color convert

RGB 200 168 171 -
CMYK 0 0.16 0.14 0.22
HSL 354.38º 0.23% 0.72% -
HSV(B) 354.38º 0.16% 0.78% -
XYZ 45.17 43.22 44.49 -
YUV 177.91 124.1 143.76 -
System Red Green Blue C M Y K H S L
Decimal 200 168 171 0 0.16 0.14 0.22 354.38 0.23 0.72
Hex C8 A8 AB 0 10 E 16 162 17 48
Octal 310 250 253 0 20 16 26 542 27 110
Binary 11001000 10101000 10101011 0 10000 1110 10110 101100010 10111 1001000

Color Harmonies of #C8A8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A8AB

Black with #C8A8AB

Text Example


Text Example

White with #C8A8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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