Html Css Color HEX #C0A3A5 Careys Pink

📋 copy color: '#C0A3A5'

red 192 ◦ green 163 ◦ blue 165

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

Shades of Careys Pink #C0A3A5

Tints of Careys Pink #C0A3A5

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.35%

 BLUE value IS 165 (64.84% from 255) = 31.73%

R = 36.92%
G = 31.35%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C0A3A5 (or 0xC0A3A5) is known color: Careys Pink. HEX triplet: C0, A3 and A5. RGB value is (192,163,165). Sum of RGB (Red+Green+Blue) = 192+163+165=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A3A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A3A5 is #3F5C5A. Grayscale: #ABABAB. Windows color (decimal): -4152411 or 10855360. OLE color: 10855360.

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

Color convert

RGB 192 163 165 -
CMYK 0 0.15 0.14 0.25
HSL 355.86º 0.19% 0.7% -
HSV(B) 355.86º 0.15% 0.75% -
XYZ 41.63 40.12 41.15 -
YUV 171.9 124.11 142.34 -
System Red Green Blue C M Y K H S L
Decimal 192 163 165 0 0.15 0.14 0.25 355.86 0.19 0.7
Hex C0 A3 A5 0 F E 19 164 13 46
Octal 300 243 245 0 17 16 31 544 23 106
Binary 11000000 10100011 10100101 0 1111 1110 11001 101100100 10011 1000110

Color Harmonies of #C0A3A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A3A5

Black with #C0A3A5

Text Example


Text Example

White with #C0A3A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A3A5; }

 p { color: rgb(192,163,165); }

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

background-color css

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

 a { background-color: rgb(192,163,165); }

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

border-color css

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

 span { border-color: rgb(192,163,165); }

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