Html Css Color HEX #C8A6AE Careys Pink

📋 copy color: '#C8A6AE'

red 200 ◦ green 166 ◦ blue 174

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

Shades of Careys Pink #C8A6AE

Tints of Careys Pink #C8A6AE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.74%

 BLUE value IS 174 (68.36% from 255) = 32.22%

R = 37.04%
G = 30.74%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C8A6AE (or 0xC8A6AE) is known color: Careys Pink. HEX triplet: C8, A6 and AE. RGB value is (200,166,174). Sum of RGB (Red+Green+Blue) = 200+166+174=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A6AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A6AE is #375951. Grayscale: #B1B1B1. Windows color (decimal): -3627346 or 11445960. OLE color: 11445960.

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

Color convert

RGB 200 166 174 -
CMYK 0 0.17 0.13 0.22
HSL 345.88º 0.24% 0.72% -
HSV(B) 345.88º 0.17% 0.78% -
XYZ 45.1 42.61 45.89 -
YUV 177.08 126.26 144.35 -
System Red Green Blue C M Y K H S L
Decimal 200 166 174 0 0.17 0.13 0.22 345.88 0.24 0.72
Hex C8 A6 AE 0 11 D 16 15A 18 48
Octal 310 246 256 0 21 15 26 532 30 110
Binary 11001000 10100110 10101110 0 10001 1101 10110 101011010 11000 1001000

Color Harmonies of #C8A6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A6AE

Black with #C8A6AE

Text Example


Text Example

White with #C8A6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A6AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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