Html Css Color HEX #C6A6AA Careys Pink

📋 copy color: '#C6A6AA'

red 198 ◦ green 166 ◦ blue 170

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

Shades of Careys Pink #C6A6AA

Tints of Careys Pink #C6A6AA

RGB

 RED value IS 198 (77.73% from 255) = 37.08%

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

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

R = 37.08%
G = 31.09%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C6A6AA (or 0xC6A6AA) is known color: Careys Pink. HEX triplet: C6, A6 and AA. RGB value is (198,166,170). Sum of RGB (Red+Green+Blue) = 198+166+170=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A6AA is #395955. Grayscale: #B0B0B0. Windows color (decimal): -3758422 or 11183814. OLE color: 11183814.

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

Color convert

RGB 198 166 170 -
CMYK 0 0.16 0.14 0.22
HSL 352.5º 0.22% 0.71% -
HSV(B) 352.5º 0.16% 0.78% -
XYZ 44.18 42.18 43.84 -
YUV 176.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 198 166 170 0 0.16 0.14 0.22 352.5 0.22 0.71
Hex C6 A6 AA 0 10 E 16 160 16 47
Octal 306 246 252 0 20 16 26 540 26 107
Binary 11000110 10100110 10101010 0 10000 1110 10110 101100000 10110 1000111

Color Harmonies of #C6A6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A6AA

Black with #C6A6AA

Text Example


Text Example

White with #C6A6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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