Html Css Color HEX #C0A9AE Careys Pink

📋 copy color: '#C0A9AE'

red 192 ◦ green 169 ◦ blue 174

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

Shades of Careys Pink #C0A9AE

Tints of Careys Pink #C0A9AE

RGB

 RED value IS 192 (75.39% from 255) = 35.89%

 GREEN value IS 169 (66.41% from 255) = 31.59%

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

R = 35.89%
G = 31.59%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C0A9AE (or 0xC0A9AE) is known color: Careys Pink. HEX triplet: C0, A9 and AE. RGB value is (192,169,174). Sum of RGB (Red+Green+Blue) = 192+169+174=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A9AE is #3F5651. Grayscale: #B0B0B0. Windows color (decimal): -4150866 or 11446720. OLE color: 11446720.

HSL color Cylindrical-coordinate representation of color #C0A9AE: hue angle of 346.96º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0A9AE is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 169 174 -
CMYK 0 0.12 0.09 0.25
HSL 346.96º 0.15% 0.71% -
HSV(B) 346.96º 0.12% 0.75% -
XYZ 43.57 42.64 45.98 -
YUV 176.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 192 169 174 0 0.12 0.09 0.25 346.96 0.15 0.71
Hex C0 A9 AE 0 C 9 19 15B F 47
Octal 300 251 256 0 14 11 31 533 17 107
Binary 11000000 10101001 10101110 0 1100 1001 11001 101011011 1111 1000111

Color Harmonies of #C0A9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A9AE

Black with #C0A9AE

Text Example


Text Example

White with #C0A9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A9AE; }

 p { color: rgb(192,169,174); }

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

background-color css

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

 a { background-color: rgb(192,169,174); }

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

border-color css

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

 span { border-color: rgb(192,169,174); }

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