Html Css Color HEX #C0A8AE Careys Pink

📋 copy color: '#C0A8AE'

red 192 ◦ green 168 ◦ blue 174

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

Shades of Careys Pink #C0A8AE

Tints of Careys Pink #C0A8AE

RGB

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

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

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

R = 35.96%
G = 31.46%
B = 32.58%

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

#C0A8AE (or 0xC0A8AE) is known color: Careys Pink. HEX triplet: C0, A8 and AE. RGB value is (192,168,174). Sum of RGB (Red+Green+Blue) = 192+168+174=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A8AE is #3F5751. Grayscale: #AFAFAF. Windows color (decimal): -4151122 or 11446464. OLE color: 11446464.

HSL color Cylindrical-coordinate representation of color #C0A8AE: hue angle of 345º degrees, saturation: 0.16, 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 #C0A8AE is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 168 174 -
CMYK 0 0.12 0.09 0.25
HSL 345º 0.16% 0.71% -
HSV(B) 345º 0.13% 0.75% -
XYZ 43.38 42.27 45.92 -
YUV 175.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 192 168 174 0 0.12 0.09 0.25 345 0.16 0.71
Hex C0 A8 AE 0 C 9 19 159 10 47
Octal 300 250 256 0 14 11 31 531 20 107
Binary 11000000 10101000 10101110 0 1100 1001 11001 101011001 10000 1000111

Color Harmonies of #C0A8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A8AE

Black with #C0A8AE

Text Example


Text Example

White with #C0A8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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