Html Css Color HEX #C8A6AA Careys Pink

📋 copy color: '#C8A6AA'

red 200 ◦ green 166 ◦ blue 170

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

Shades of Careys Pink #C8A6AA

Tints of Careys Pink #C8A6AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.72%

R = 37.31%
G = 30.97%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C8A6AA (or 0xC8A6AA) is known color: Careys Pink. HEX triplet: C8, A6 and AA. RGB value is (200,166,170). Sum of RGB (Red+Green+Blue) = 200+166+170=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A6AA is #375955. Grayscale: #B0B0B0. Windows color (decimal): -3627350 or 11183816. OLE color: 11183816.

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

Color convert

RGB 200 166 170 -
CMYK 0 0.17 0.15 0.22
HSL 352.94º 0.24% 0.72% -
HSV(B) 352.94º 0.17% 0.78% -
XYZ 44.71 42.45 43.87 -
YUV 176.62 124.26 144.67 -
System Red Green Blue C M Y K H S L
Decimal 200 166 170 0 0.17 0.15 0.22 352.94 0.24 0.72
Hex C8 A6 AA 0 11 F 16 161 18 48
Octal 310 246 252 0 21 17 26 541 30 110
Binary 11001000 10100110 10101010 0 10001 1111 10110 101100001 11000 1001000

Color Harmonies of #C8A6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A6AA

Black with #C8A6AA

Text Example


Text Example

White with #C8A6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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