Html Css Color HEX #C0A7AD Careys Pink

📋 copy color: '#C0A7AD'

red 192 ◦ green 167 ◦ blue 173

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

Shades of Careys Pink #C0A7AD

Tints of Careys Pink #C0A7AD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.39%

 BLUE value IS 173 (67.97% from 255) = 32.52%

R = 36.09%
G = 31.39%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C0A7AD (or 0xC0A7AD) is known color: Careys Pink. HEX triplet: C0, A7 and AD. RGB value is (192,167,173). Sum of RGB (Red+Green+Blue) = 192+167+173=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 167 (65.62% from 255 or 31.39% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A7AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A7AD is #3F5852. Grayscale: #AFAFAF. Windows color (decimal): -4151379 or 11380672. OLE color: 11380672.

HSL color Cylindrical-coordinate representation of color #C0A7AD: hue angle of 345.6º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0A7AD is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 167 173 -
CMYK 0 0.13 0.10 0.25
HSL 345.6º 0.17% 0.7% -
HSV(B) 345.6º 0.13% 0.75% -
XYZ 43.1 41.86 45.34 -
YUV 175.16 126.78 140.01 -
System Red Green Blue C M Y K H S L
Decimal 192 167 173 0 0.13 0.10 0.25 345.6 0.17 0.7
Hex C0 A7 AD 0 D A 19 15A 11 46
Octal 300 247 255 0 15 12 31 532 21 106
Binary 11000000 10100111 10101101 0 1101 1010 11001 101011010 10001 1000110

Color Harmonies of #C0A7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A7AD

Black with #C0A7AD

Text Example


Text Example

White with #C0A7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A7AD; }

 p { color: rgb(192,167,173); }

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

background-color css

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

 a { background-color: rgb(192,167,173); }

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

border-color css

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

 span { border-color: rgb(192,167,173); }

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