Html Css Color HEX #C8A0A8 Careys Pink

📋 copy color: '#C8A0A8'

red 200 ◦ green 160 ◦ blue 168

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

Shades of Careys Pink #C8A0A8

Tints of Careys Pink #C8A0A8

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.3%

 BLUE value IS 168 (66.02% from 255) = 31.82%

R = 37.88%
G = 30.3%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C8A0A8 (or 0xC8A0A8) is known color: Careys Pink. HEX triplet: C8, A0 and A8. RGB value is (200,160,168). Sum of RGB (Red+Green+Blue) = 200+160+168=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A0A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A0A8 is #375F57. Grayscale: #ACACAC. Windows color (decimal): -3628888 or 11051208. OLE color: 11051208.

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

Color convert

RGB 200 160 168 -
CMYK 0 0.2 0.16 0.22
HSL 348º 0.27% 0.71% -
HSV(B) 348º 0.2% 0.78% -
XYZ 43.46 40.25 42.52 -
YUV 172.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 200 160 168 0 0.2 0.16 0.22 348 0.27 0.71
Hex C8 A0 A8 0 14 10 16 15C 1B 47
Octal 310 240 250 0 24 20 26 534 33 107
Binary 11001000 10100000 10101000 0 10100 10000 10110 101011100 11011 1000111

Color Harmonies of #C8A0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A0A8

Black with #C8A0A8

Text Example


Text Example

White with #C8A0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A0A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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