Html Css Color HEX #C8A1A6 Careys Pink

📋 copy color: '#C8A1A6'

red 200 ◦ green 161 ◦ blue 166

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

Shades of Careys Pink #C8A1A6

Tints of Careys Pink #C8A1A6

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.55%

 BLUE value IS 166 (65.23% from 255) = 31.5%

R = 37.95%
G = 30.55%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C8A1A6 (or 0xC8A1A6) is known color: Careys Pink. HEX triplet: C8, A1 and A6. RGB value is (200,161,166). Sum of RGB (Red+Green+Blue) = 200+161+166=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A1A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A1A6 is #375E59. Grayscale: #ADADAD. Windows color (decimal): -3628634 or 10920392. OLE color: 10920392.

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

Color convert

RGB 200 161 166 -
CMYK 0 0.19 0.17 0.22
HSL 352.31º 0.26% 0.71% -
HSV(B) 352.31º 0.2% 0.78% -
XYZ 43.45 40.52 41.61 -
YUV 173.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 200 161 166 0 0.19 0.17 0.22 352.31 0.26 0.71
Hex C8 A1 A6 0 13 11 16 160 1A 47
Octal 310 241 246 0 23 21 26 540 32 107
Binary 11001000 10100001 10100110 0 10011 10001 10110 101100000 11010 1000111

Color Harmonies of #C8A1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A1A6

Black with #C8A1A6

Text Example


Text Example

White with #C8A1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A1A6; }

 p { color: rgb(200,161,166); }

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

background-color css

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

 a { background-color: rgb(200,161,166); }

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

border-color css

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

 span { border-color: rgb(200,161,166); }

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