Html Css Color HEX #C6A8AE Careys Pink

📋 copy color: '#C6A8AE'

red 198 ◦ green 168 ◦ blue 174

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

Shades of Careys Pink #C6A8AE

Tints of Careys Pink #C6A8AE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.11%

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

R = 36.67%
G = 31.11%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C6A8AE (or 0xC6A8AE) is known color: Careys Pink. HEX triplet: C6, A8 and AE. RGB value is (198,168,174). Sum of RGB (Red+Green+Blue) = 198+168+174=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A8AE is #395751. Grayscale: #B1B1B1. Windows color (decimal): -3757906 or 11446470. OLE color: 11446470.

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

Color convert

RGB 198 168 174 -
CMYK 0 0.15 0.12 0.22
HSL 348º 0.21% 0.72% -
HSV(B) 348º 0.15% 0.78% -
XYZ 44.93 43.07 45.99 -
YUV 177.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 198 168 174 0 0.15 0.12 0.22 348 0.21 0.72
Hex C6 A8 AE 0 F C 16 15C 15 48
Octal 306 250 256 0 17 14 26 534 25 110
Binary 11000110 10101000 10101110 0 1111 1100 10110 101011100 10101 1001000

Color Harmonies of #C6A8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A8AE

Black with #C6A8AE

Text Example


Text Example

White with #C6A8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A8AE; }

 p { color: rgb(198,168,174); }

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

background-color css

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

 a { background-color: rgb(198,168,174); }

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

border-color css

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

 span { border-color: rgb(198,168,174); }

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