Html Css Color HEX #C8A5AB Careys Pink

📋 copy color: '#C8A5AB'

red 200 ◦ green 165 ◦ blue 171

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

Shades of Careys Pink #C8A5AB

Tints of Careys Pink #C8A5AB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.78%

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

R = 37.31%
G = 30.78%
B = 31.9%

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

#C8A5AB (or 0xC8A5AB) is known color: Careys Pink. HEX triplet: C8, A5 and AB. RGB value is (200,165,171). Sum of RGB (Red+Green+Blue) = 200+165+171=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A5AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A5AB is #375A54. Grayscale: #B0B0B0. Windows color (decimal): -3627605 or 11249096. OLE color: 11249096.

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

Color convert

RGB 200 165 171 -
CMYK 0 0.18 0.14 0.22
HSL 349.71º 0.24% 0.72% -
HSV(B) 349.71º 0.18% 0.78% -
XYZ 44.63 42.13 44.31 -
YUV 176.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 200 165 171 0 0.18 0.14 0.22 349.71 0.24 0.72
Hex C8 A5 AB 0 12 E 16 15E 18 48
Octal 310 245 253 0 22 16 26 536 30 110
Binary 11001000 10100101 10101011 0 10010 1110 10110 101011110 11000 1001000

Color Harmonies of #C8A5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A5AB

Black with #C8A5AB

Text Example


Text Example

White with #C8A5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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