Html Css Color HEX #C8A4AB Careys Pink

📋 copy color: '#C8A4AB'

red 200 ◦ green 164 ◦ blue 171

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

Shades of Careys Pink #C8A4AB

Tints of Careys Pink #C8A4AB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.65%

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

R = 37.38%
G = 30.65%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C8A4AB (or 0xC8A4AB) is known color: Careys Pink. HEX triplet: C8, A4 and AB. RGB value is (200,164,171). Sum of RGB (Red+Green+Blue) = 200+164+171=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A4AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A4AB is #375B54. Grayscale: #AFAFAF. Windows color (decimal): -3627861 or 11248840. OLE color: 11248840.

HSL color Cylindrical-coordinate representation of color #C8A4AB: hue angle of 348.33º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8A4AB is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 164 171 -
CMYK 0 0.18 0.14 0.22
HSL 348.33º 0.25% 0.71% -
HSV(B) 348.33º 0.18% 0.78% -
XYZ 44.45 41.77 44.25 -
YUV 175.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 200 164 171 0 0.18 0.14 0.22 348.33 0.25 0.71
Hex C8 A4 AB 0 12 E 16 15C 19 47
Octal 310 244 253 0 22 16 26 534 31 107
Binary 11001000 10100100 10101011 0 10010 1110 10110 101011100 11001 1000111

Color Harmonies of #C8A4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A4AB

Black with #C8A4AB

Text Example


Text Example

White with #C8A4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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