Html Css Color HEX #C8A5AC Careys Pink

📋 copy color: '#C8A5AC'

red 200 ◦ green 165 ◦ blue 172

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

Shades of Careys Pink #C8A5AC

Tints of Careys Pink #C8A5AC

RGB

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

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

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

R = 37.24%
G = 30.73%
B = 32.03%

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

#C8A5AC (or 0xC8A5AC) is known color: Careys Pink. HEX triplet: C8, A5 and AC. RGB value is (200,165,172). Sum of RGB (Red+Green+Blue) = 200+165+172=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A5AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A5AC is #375A53. Grayscale: #B0B0B0. Windows color (decimal): -3627604 or 11314632. OLE color: 11314632.

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

Color convert

RGB 200 165 172 -
CMYK 0 0.18 0.14 0.22
HSL 348º 0.24% 0.72% -
HSV(B) 348º 0.18% 0.78% -
XYZ 44.72 42.17 44.81 -
YUV 176.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 200 165 172 0 0.18 0.14 0.22 348 0.24 0.72
Hex C8 A5 AC 0 12 E 16 15C 18 48
Octal 310 245 254 0 22 16 26 534 30 110
Binary 11001000 10100101 10101100 0 10010 1110 10110 101011100 11000 1001000

Color Harmonies of #C8A5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A5AC

Black with #C8A5AC

Text Example


Text Example

White with #C8A5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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